DistributedVector<T>.NormInternal Method

Definition

Namespace: Extreme.Mathematics.Distributed
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23

Overload List

NormInternal(Int32) Returns the norm of the specified order of this vector.
NormInternal(T) Returns the norm of the specified order of this vector.

NormInternal(Int32)

Returns the norm of the specified order of this vector.
C#
protected override T NormInternal(
	int order
)

Parameters

order  Int32
An integer specifying the order of the norm.

Return Value

T
The norm of order order of the Vector<T>.

Remarks

Inheritors must only provide implementations for orders different from 0 and 1.

See Also