[go: up one dir, main page]

Menu

Commit [r401]  Maximize  Restore  History

doerfler: @ADD: lti::choleskyDecomposition decomposes a symmetric, positive-definite matrix into a Cholesky factor which is either upper (U) or lower triangular: A = L*L' or A=U'*U, where U is the transpose of L: U=L' and vise versa. It can be used for faster solution of equation systems (using forwardSubstitution and backSubstitution) or inversion of covariance matrices.

ltilib 2003-07-11

added /trunk/ltilib/src/math/ltiCholeskyDecomposition.cpp
added /trunk/ltilib/src/math/ltiCholeskyDecomposition_template.h