Matrix<T>.NormInternal Method

Calculates a matrix norm.

Definition

Namespace: Extreme.Mathematics
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
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