Click or drag to resize

ConnectivityMatrixDecrement Operator

Decrements each element of the given matrix.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public static ConnectivityMatrix operator --(
	ConnectivityMatrix A
)

Parameters

A  ConnectivityMatrix
A matrix.

Return Value

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