Skip to Content
Mastering Numerical Computing with NumPy
book

Mastering Numerical Computing with NumPy

by Umit Mert Cakmak, Tiago Antao, Mert Cuhadaroglu
June 2018
Intermediate to advanced
248 pages
5h 27m
English
Packt Publishing
Content preview from Mastering Numerical Computing with NumPy

Installing OpenBLAS

OpenBLAS has a slightly different steps as shown as follows:

  1. Run the commands as follows in previous configurations:
$ sudo apt-get update$ sudo apt-get upgrade
  1. You need to install the build-essential which includes make command and other necessary libraries by running following command:
$ sudo apt-get install build-essential libc6 gcc gfortran
  1. Create a file called openblas_setup.sh and paste the following content (https://github.com/shivaram/matrix-bench/blob/master/build-openblas-ec2-usr-lib.sh). You can find different setup scripts if you search GitHub and you can try the one which suits to your needs:
#!/bin/bashset -epushd /rootgit clone https://github.com/xianyi/OpenBLAS.gitpushd /root/OpenBLAS  make clean
Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Start your free trial

You might also like

Numerical Computing with Python

Numerical Computing with Python

Pratap Dangeti, Allen Yu, Claire Chung, Aldrin Yim
Scientific Computing with Python - Second Edition

Scientific Computing with Python - Second Edition

Claus Führer, Claus Fuhrer, Jan Erik Solem, Olivier Verdier
SciPy and NumPy

SciPy and NumPy

Eli Bressert

Publisher Resources

ISBN: 9781788993357Supplemental Content