MatrixMathSumOfSquares Method |
Returns the sum of the squares of all elements.
Namespace: Altaxo.Calc.LinearAlgebraAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public static double SumOfSquares(
IROMatrix<double> a
)
Parameters
- a IROMatrixDouble
- The matrix.
Return Value
DoubleThe sum of the squares of all elements in the matrix a.
See Also