Calculates a matrix norm.

Namespace: Extreme.Mathematics.LinearAlgebra
Assembly: Extreme.Numerics (Extreme.Numerics)

Syntax

Visual Basic (Declaration)
Protected Overridable Function NormInternal ( _
	norm As Char _
) As Double
C#
protected virtual double NormInternal (
	char norm
)
C++
protected:
virtual double NormInternal (
	wchar_t norm
)

Parameters

norm (System.Char)
A Char value that specifies the type of norm that should be returned.

Return Value

The norm of the matrix.