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#
public T WeightedNorm(
	Vector<T> weightVector
)

ParametersPermalink

weightVector  Vector<T>
The weight vector.

Return ValuePermalink

T
The two-norm of the Vector<T>.

ExceptionsPermalink

DimensionMismatchException

The vector weightVector is not the same length as this vector.

See AlsoPermalink