ee.Array.matrixPseudoInverse
Computes the Moore-Penrose pseudoinverse of the matrix.
Usage | Returns |
---|
Array.matrixPseudoInverse() | Array |
Argument | Type | Details |
---|
this: input | Array | The input array. |
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2023-10-06 UTC.
[null,null,["Last updated 2023-10-06 UTC."],[[["Computes the Moore-Penrose pseudoinverse of a given matrix."],["The `matrixPseudoInverse()` function is used for this calculation."],["The input is an `Array` and the function returns an `Array` representing the pseudoinverse."]]],["The `matrixPseudoInverse()` method calculates the Moore-Penrose pseudoinverse of a given matrix. It operates on an input array (`this: input`) and returns the resulting pseudoinverse as a new array. This function does not take any other arguments. The input array represents the matrix for which the pseudoinverse is computed.\n"]]