Vector<T>.WeightedNorm Method

Returns the weighted two-norm of the vector.

Definition

Namespace: Extreme.Mathematics
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
public T WeightedNorm(
	Vector<T> weightVector
)

Parameters

weightVector  Vector<T>
The weight vector.

Return Value

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

Exceptions

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

See Also