Click or drag to resize

NMathFunctionsAbs(DoubleComplexVector) Method

Creates a new vector with the same dimension as a given vector, whose values are the result of applying the absolute value function to each element of the vector.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public static DoubleVector Abs(
	DoubleComplexVector v
)

Parameters

v  DoubleComplexVector
A complex vector.

Return Value

DoubleVector
A new vector.
Remarks
w[i] = NMathFunctions.Abs(v[i])
See Also