Skip to content

Nodd/numpy

 
 

Repository files navigation

NumPy

Travis AppVeyor

NumPy is the fundamental package needed for scientific computing with Python.

It provides:

  • a powerful N-dimensional array object
  • sophisticated (broadcasting) functions
  • tools for integrating C/C++ and Fortran code
  • useful linear algebra, Fourier transform, and random number capabilities

If nose is installed, tests can be run after installation with:

python -c 'import numpy; numpy.test()'

Powered by NumFOCUS

Packages

No packages published

Languages

  • C 53.2%
  • Python 45.4%
  • C++ 1.2%
  • JavaScript 0.1%
  • Fortran 0.1%
  • Shell 0.0%