ee.Image.matrixSingularValueDecomposition

Calculates the Singular Value Decomposition of the input matrix into U×S×V', such that U and V are orthogonal and S is diagonal. Returns an image with bands named 'U', 'S' and 'V'.

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