Click or drag to resize

VectorTAbs Method

Computes the absolute value of a vector pointwise

Namespace: Altaxo.Calc.LinearAlgebra
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public static Vector<T> Abs(
	Vector<T> x
)

Parameters

x  VectorT
The input vector

Return Value

VectorT
A vector containing the pointwise absolute value of x.
See Also