Click or drag to resize

FloatComplexVectorTwoNorm Method

Computes the 2-norm of this vector.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public float TwoNorm()

Return Value

Single
The 2-norm of this vector. This is the square root of the dot product.
See Also