Vector<T>.Weighted Norm Method
Returns the weighted two-norm of the vector.
Definition
Namespace: Numerics.NET
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.2
C#
The two-norm of the Vector<T>.
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.2
public T WeightedNorm(
Vector<T> weightVector
)
Parameters
Return Value
TThe two-norm of the Vector<T>.
Exceptions
Dimension | The vector weightVector is not the same length as this vector. |