Unary + operator. Just returns the input matrix.
Namespace:
CenterSpace.NMath.MatrixAssembly: NMath (in NMath.dll) Version: 5.1.0.0
Syntax
| C# |
|---|
public static DoubleLowerTriMatrix operator +( DoubleLowerTriMatrix A ) |
| Visual Basic (Declaration) |
|---|
Public Shared Operator + ( _ A As DoubleLowerTriMatrix _ ) As DoubleLowerTriMatrix |
| Visual C++ |
|---|
public: static DoubleLowerTriMatrix^ operator +( DoubleLowerTriMatrix^ A ) |
Parameters
- A
- Type: CenterSpace.NMath.Matrix..::.DoubleLowerTriMatrix
A lower triangular matrix.