Linear algebra (scipy.linalg
)¶
Linear algebra functions.
See also
numpy.linalg
for more linear algebra functions. Note that
although scipy.linalg
imports most of them, identically named
functions from scipy.linalg
may offer more or slightly differing
functionality.
Basics¶
Eigenvalue Problems¶
Matrix Functions¶
Matrix Equation Solvers¶
Special Matrices¶
Low-level routines¶
See also
scipy.linalg.blas
– Low-level BLAS functions
scipy.linalg.lapack
– Low-level LAPACK functions
scipy.linalg.cython_blas
– Low-level BLAS functions for Cython
scipy.linalg.cython_lapack
– Low-level LAPACK functions for Cython