Linear algebra (scipy.linalg)

Basics

inv
solve
solve_banded
solveh_banded
solve_triangular
det
norm
lstsq
pinv
pinv2

Eigenvalue Problem

eig
eigvals
eigh
eigvalsh
eig_banded
eigvals_banded

Decompositions

lu
lu_factor
lu_solve
svd
svdvals
diagsvd
orth
cholesky
cholesky_banded
cho_factor
cho_solve
cho_solve_banded
qr
schur
rsf2csf
hessenberg

Matrix Functions

expm
expm2
expm3
logm
cosm
sinm
tanm
coshm
sinhm
tanhm
signm
sqrtm
funm

Special Matrices

block_diag
circulant
companion
hadamard
hankel
kron
leslie
toeplitz
tri
tril
triu

Table Of Contents

This Page