Dense Vector<T, TStorage>.Norm Internal Method
Definition
Namespace: Numerics.NET.LinearAlgebra
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.3
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.3
Overload List
Norm | Returns the norm of the specified order of this vector. |
Norm | Returns the norm of the specified order of this vector. |
NormInternal(T)
Returns the norm of the specified order of this vector.
protected override T NormInternal(
T order
)
Parameters
- order T
- A number value specifying the order of the norm.
Return Value
TThe norm of order order of the Vector<T>.
Remarks
Inheritors must only provide implementations for orders different from 0 and 1.
NormInternal(Int32)
Returns the norm of the specified order of this
vector.
protected override T NormInternal(
int order
)
Parameters
- order Int32
- An integer specifying the order of the norm.
Return Value
TThe norm of order order of the Vector<T>.
Remarks
Inheritors must only provide implementations for orders different from 0 and 1.