Vector<T>.NormSquared Method

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

Definition

Namespace: Extreme.Mathematics
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
public T NormSquared()

Return Value

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

See Also