Click or drag to resize

MatrixTAbs Method

Computes the absolute value of a matrix pointwise

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

Parameters

x  MatrixT
The input matrix

Return Value

MatrixT
A matrix containing the pointwise absolute value of x.
See Also