Click or drag to resize

MatrixMathLengthOf Method

Returns the square root of the sum of the squares of the matrix a.

Namespace: Altaxo.Calc.LinearAlgebra
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public static double LengthOf(
	IROMatrix<double> a
)

Parameters

a  IROMatrixDouble
The matrix.

Return Value

Double
The square root of the sum of the squares of the matrix a.
See Also