gsl.linalg

Module Contents

gsl.linalg.LU_decomposition(matrix)

Compute the LU decomposition of a matrix

gsl.linalg.LU_invert(matrix, permutation, sign)

Compute the inverse of {matrix} given its LU decomposition; a new matrix is returned

gsl.linalg.LU_det(matrix, permutation, sign)

Compute the determinant of {matrix} given its LU decomposition

gsl.linalg.LU_lndet(matrix, permutation, sign)

Compute the determinant of {matrix} given its LU decomposition

gsl.linalg.cholesky_decomposition(matrix)

Compute the Cholesky decomposition of a symmetric positive definite matrix