Differences between revisions 2 and 3
Revision 2 as of 2006-03-26 21:23:47
Size: 579
Editor: supoolp1
Comment:
Revision 3 as of 2006-05-15 21:23:55
Size: 812
Editor: i577A60C4
Comment: Updated information
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://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://numeric.scipy.org
Line 3: Line 3:
The documentation for NumPy is being sold for a fee. The link to the free documentation is hard to find due to numpy.sourceforge.net (currently to a broken link). The free documentation is also not included in the distribution. Try here:
http://numpy.sourceforge.net/numdoc/
A very complete manual by the principal author of Numpy, Travis Oliphant, is being [http://www.trelgol.com/ sold] for a fee. 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 [http://numeric.scipy.org/numpydoc/numdoc.htm here] or [http://numpy.sourceforge.net/numdoc/ here]. Further documentation is available from http://www.scipy.org/Documentation

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

A very complete manual by the principal author of Numpy, Travis Oliphant, is being [http://www.trelgol.com/ sold] for a fee. 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 [http://numeric.scipy.org/numpydoc/numdoc.htm here] or [http://numpy.sourceforge.net/numdoc/ here]. Further documentation is available from http://www.scipy.org/Documentation

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

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