Matrix<T>.NormInternal Method

Calculates a matrix norm.

Definition

Namespace: Numerics.NET
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.0
C#
protected virtual T NormInternal(
	MatrixNorm norm
)

Parameters

norm  MatrixNorm
A Char value that specifies the type of norm that should be returned.

Return Value

T
The norm of the matrix.

See Also