Click or drag to resize

FloatMatrixDecrement Method

Decrements each element of the given matrix.

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

Parameters

A  FloatMatrix
A matrix.

Return Value

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