Anuncio: Todos los proyectos no comerciales registrados para usar Earth Engine antes del
15 de abril de 2025 deben
verificar su elegibilidad no comercial para mantener el acceso a Earth Engine.
ee.Array.matrixPseudoInverse
Organiza tus páginas con colecciones
Guarda y categoriza el contenido según tus preferencias.
Calcula la pseudoinversa de Moore-Penrose de la matriz.
Uso | Muestra |
---|
Array.matrixPseudoInverse() | Array |
Argumento | Tipo | Detalles |
---|
esta: input | Array | Es el array de entrada. |
Salvo que se indique lo contrario, el contenido de esta página está sujeto a la licencia Atribución 4.0 de Creative Commons, y los ejemplos de código están sujetos a la licencia Apache 2.0. Para obtener más información, consulta las políticas del sitio de Google Developers. Java es una marca registrada de Oracle o sus afiliados.
Última actualización: 2025-07-26 (UTC)
[null,null,["Última actualización: 2025-07-26 (UTC)"],[[["\u003cp\u003eComputes the Moore-Penrose pseudoinverse of a given matrix.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003ematrixPseudoInverse()\u003c/code\u003e function is used for this calculation.\u003c/p\u003e\n"],["\u003cp\u003eThe input is an \u003ccode\u003eArray\u003c/code\u003e and the function returns an \u003ccode\u003eArray\u003c/code\u003e representing the pseudoinverse.\u003c/p\u003e\n"]]],["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"],null,["# ee.Array.matrixPseudoInverse\n\nComputes the Moore-Penrose pseudoinverse of the matrix.\n\n\u003cbr /\u003e\n\n| Usage | Returns |\n|-------------------------------|---------|\n| Array.matrixPseudoInverse`()` | Array |\n\n| Argument | Type | Details |\n|---------------|-------|------------------|\n| this: `input` | Array | The input array. |"]]