Dense Matrix<T>.Norm Internal Method
Calculates a matrix norm.
Definition
Namespace: Extreme.Mathematics.LinearAlgebra
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
The norm of the matrix.
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
protected override T NormInternal(
MatrixNorm norm
)
Parameters
- norm MatrixNorm
- A Char value that specifies the type of norm that should be returned.
Return Value
TThe norm of the matrix.