Click or drag to resize

DoubleComplexVectorTwoNorm Method

Computes the 2-norm of this vector.

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

Return Value

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