 | DoubleVectorTwoNormSquared Method |
Computes the 2-norm squared of this vector.
Namespace: CenterSpace.NMath.CoreAssembly: NMath (in NMath.dll) Version: 7.4
Syntaxpublic double TwoNormSquared()
Public Function TwoNormSquared As Double
public:
double TwoNormSquared()
member TwoNormSquared : unit -> float
Return Value
DoubleThe 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