Cholesky Decomposition |
cholesky(M) Returns the lower triangular matrix L such that L·LT = M. This is a kind of matrix square root. The cholesky function uses only the upper triangular part of M.
M is a real, positive definite, square matrix, which is assumed to be symmetric.