Calculates a matrix norm.
Namespace: Extreme.Mathematics.Generic.LinearAlgebraAssembly: Extreme.Numerics.Net40 (in Extreme.Numerics.Net40.dll) Version: 6.0.16073.0 (6.0.16312.0)
protected override T NormInternal(
MatrixNorm norm
)
Protected Overrides Function NormInternal (
norm As MatrixNorm
) As T
protected:
virtual T NormInternal(
MatrixNorm norm
) override
abstract NormInternal :
norm : MatrixNorm -> 'T
override NormInternal :
norm : MatrixNorm -> 'T
Parameters
- norm
- Type: Extreme.MathematicsMatrixNorm
A Char value that specifies the type of norm
that should be returned.
Return Value
Type:
TThe norm of the matrix.
Numerical Libraries
Supported in: 5.x, 4.x
Reference