Vector<T>.Weighted Norm Squared Method
Returns the square of the weighted two-norm of the vector.
Definition
Namespace: Extreme.Mathematics
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
The two-norm of the Vector<T>.
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
public virtual T WeightedNormSquared(
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. |