Unary + operator. Just returns the input matrix.
Namespace: CenterSpace.NMath.MatrixAssembly: NMathPremium (in NMathPremium.dll) Version: 5.3.0.0
Syntax
| C# |
|---|
public static DoubleSymBandMatrix operator +( DoubleSymBandMatrix A ) |
| Visual Basic |
|---|
Public Shared Operator + ( _ A As DoubleSymBandMatrix _ ) As DoubleSymBandMatrix |
| Visual C++ |
|---|
public: static DoubleSymBandMatrix^ operator +( DoubleSymBandMatrix^ A ) |
Parameters
- A
- Type: CenterSpace.NMath.Matrix..::..DoubleSymBandMatrix
A symmetric banded matrix.