Vector<T>.Norm Squared 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#
The square of the two-norm of this Vector<T>.
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
public T NormSquared()
Return Value
TThe square of the two-norm of this Vector<T>.