Skip to content

Matrix operations

Fabian Kindermann edited this page Apr 2, 2021 · 2 revisions
  • lu_dec: LU decomposition of a matrix
  • lu_solve: Solves a linear equation system by LU decomposition
  • lu_invert: Calculates the inverse of a matrix
  • cholesky: Cholesky decomposition of a matrix
Clone this wiki locally