ntdef / numpy

Numpy main repository

Home Page:http://www.numpy.org/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Numpy main repository

http://www.numpy.org/

License:Other


Languages

Language:C 53.2%Language:Python 45.4%Language:C++ 1.3%Language:Fortran 0.1%Language:Makefile 0.0%