Vector<T>.WeightedNorm Method
Returns the weighted two-norm of the vector.
DefinitionPermalink
Namespace: Numerics.NET
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.1.0
C#
The two-norm of the Vector<T>.
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.1.0
public T WeightedNorm(
Vector<T> weightVector
)
ParametersPermalink
Return ValuePermalink
TThe two-norm of the Vector<T>.
ExceptionsPermalink
Dimension | The vector weightVector is not the same length as this vector. |