Vector<T>.NormSquared Method

Returns the square of the two-norm of this vector.

Definition

Namespace: Numerics.NET
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.0
C#
public T NormSquared()

Return Value

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

See Also