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