Differences between revisions 6 and 7
Revision 6 as of 2008-11-15 13:59:42
Size: 872
Editor: localhost
Comment: converted to 1.6 markup
Revision 7 as of 2014-04-17 05:08:51
Size: 869
Comment: update link http://www.numpy.org/
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
NumPy is a package that defines a multi-dimensional array object and associated fast math functions that operate on it. It also provides simple routines for linear algebra and fft and sophisticated random-number generation. NumPy replaces both Numeric and Numarray. http://www.scipy.org and http://numeric.scipy.org NumPy is a package that defines a multi-dimensional array object and associated fast math functions that operate on it. It also provides simple routines for linear algebra and fft and sophisticated random-number generation. NumPy replaces both Numeric and Numarray. http://www.scipy.org and http://www.numpy.org/

NumPy is a package that defines a multi-dimensional array object and associated fast math functions that operate on it. It also provides simple routines for linear algebra and fft and sophisticated random-number generation. NumPy replaces both Numeric and Numarray. http://www.scipy.org and http://www.numpy.org/

A very complete manual by the principal author of Numpy, Travis Oliphant, is available for free (although donations are accepted). Note that the online documentation via docstring is rather complete and not stripped in any way. The manual for Numpy's predecessor Numeric is mostly still valid and freely available from here or here. Further documentation is available from http://www.scipy.org/Documentation

numpy Examples

NumPy (last edited 2023-05-05 12:42:41 by eriky)

Unable to edit the page? See the FrontPage for instructions.