Click or drag to resize

DoubleVectorTwoNormSquared Method

Computes the 2-norm squared of this vector.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public double TwoNormSquared()

Return Value

Double
The 2-norm of this vector which is the dot product with itself.
Remarks
Often used in place of the 2-norm for efficiency reasons.
See Also