Decrements each element of the given matrix.
Namespace:
CenterSpace.NMath.CoreAssembly: NMath (in NMath.dll) Version: 5.1.0.0
Syntax
| C# |
|---|
public static DoubleMatrix Decrement( DoubleMatrix A ) |
| Visual Basic (Declaration) |
|---|
Public Shared Function Decrement ( _ A As DoubleMatrix _ ) As DoubleMatrix |
| Visual C++ |
|---|
public: static DoubleMatrix^ Decrement( DoubleMatrix^ A ) |
Parameters
- A
- Type: CenterSpace.NMath.Core..::.DoubleMatrix
A matrix.