IArrayFunctions<T, TShape, TArray>.Abs Method

Computes the absolute value for each element of an array.

Definition

Namespace: Numerics.NET.LinearAlgebra.Implementation
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.0
C#
void Abs(
	TShape shape,
	TArray operand,
	TArray result
)

Parameters

shape  TShape
The number of elements in the array.
operand  TArray
The array that holds the operands.
result  TArray
The array that holds the results.

See Also