ee.Array.matrixCholeskyDecomposition

Calculates the Cholesky decomposition of a matrix. The Cholesky decomposition is a decomposition into the form L * L' where L is a lower triangular matrix. The input must be a symmetric positive-definite matrix. Returns a dictionary with 1 entry named 'L'.

UsageReturns
Array.matrixCholeskyDecomposition()Dictionary
ArgumentTypeDetails
this: arrayArrayThe array to decompose.