f2py
Numerical Python adds a fast array facility to the Python language
Install
- All systems
-
curl cmd.cat/f2py.sh
- Debian
-
apt-get install python-numpy
- Ubuntu
-
apt-get install python-numpy
- Arch Linux
-
pacman -S python-numpy
- Kali Linux
-
apt-get install python-numpy
- CentOS
-
yum install python2-numpy-f2py-1
- Fedora
-
dnf install python2-numpy-f2py-1
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install python-numpy
- Raspbian
-
apt-get install python-numpy
- Dockerfile
- dockerfile.run/f2py
python-numpy
Numerical Python adds a fast array facility to the Python language
Numpy contains a powerful N-dimensional array object, sophisticated (broadcasting) functions, tools for integrating C/C++ and Fortran code, and useful linear algebra, Fourier transform, and random number capabilities. Numpy replaces the python-numeric and python-numarray modules which are now deprecated and shouldn't be used except to support older software.
python2-numpy-f2py-1
1.15.1-1.fc30.x86_64 : f2py for numpy
numpy-f2py
This package includes a version of f2py that works properly with
NumPy.