ee.Array.matrixFnorm
Computes the Frobenius norm of the matrix.
Usage | Returns |
---|
Array.matrixFnorm() | Number |
Argument | Type | Details |
---|
this: input | Array | The array to compute on. |
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."],[[["This function calculates the Frobenius norm of a matrix (input array)."],["The result is a single number representing the norm, returned by the `Array.matrixFnorm()` method."],["It operates on an input array, referred to as `this: input` in the arguments."]]],[]]