ee.Image.matrixQRDecomposition

Calculates the QR-decomposition of a matrix into two matrices Q and R such that input = QR, where Q is orthogonal, and R is upper triangular. Returns an image with bands named 'Q' and 'R'.

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