Matrix<T>.Norm Internal Method
Calculates a matrix norm.
Definition
Namespace: Numerics.NET
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.2
C#
The norm of the matrix.
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.2
protected virtual 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.