Click or drag to resize

VectorAbs Method

Returns a vector whose elements are the absolute values of the given vector elements

Namespace: Altaxo.Calc.Ode.Obsolete
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public Vector Abs()

Return Value

Vector
Vector v1 such that for each i = 0...dim(v) v1[i] = |v[i]|
See Also