Auxiliary Numeric Modules
Many other modules are built on top of Numeric or cooperate with it. Some of these extra modules are included in the Numeric package, and their documentation is also part of Numeric’s documentation. A rich collection of scientific and engineering computing tools that work with Numeric is available at http://www.scipy.org; have a look at it if you are using Python for any kind of scientific or engineering computing.
Here are the key auxiliary modules that come with Numeric:
MLabMLabsupplies many Python functions, written on top ofNumeric, but is similar in name and operation to functions supplied by the productMatlab.FFTFFTsupplies Python-callable Fast Fourier Transforms (FFTs) of data held inNumericarrays.FFTcan wrap either the well-known FFTPACK Fortran-coded library or the compatible C-coded fftpack library, which comes withFFT.LinearAlgebraLinearAlgebrasupplies Python-callable functions, operating on data held inNumericarrays, wrapping either the LAPACK Fortran-coded library or the compatible C-coded lapack_lite library.LinearAlgebralets you invert matrices, solve linear systems, compute eigenvalues and eigenvectors, perform singular value decomposition, and least-squares-solve overdetermined linear systems.RandomArrayRandomArraysupplies fast, high-quality pseudorandom number generators to buildNumericarrays with various random distributions.MAMAsupports masked arrays (i.e., arrays that can have missing or invalid values).MAsupplies ...
Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Read now
Unlock full access