Click or drag to resize

DoubleMatrixDecrement Method

Decrements each element of the given matrix.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public static DoubleMatrix Decrement(
	DoubleMatrix A
)

Parameters

A  DoubleMatrix
A matrix.

Return Value

DoubleMatrix
The input matrix with each of its elements decremented.
See Also