ee.Image.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 an image with 1 band named 'L'.

UsageReturns
Image.matrixCholeskyDecomposition()Image
ArgumentTypeDetails
this: imageImageImage of 2-D matrices to be decomposed.