Computes the inverse of A.
Namespace:
CenterSpace.NMath.MatrixAssembly: NMath (in NMath.dll) Version: 5.1.0.0
Syntax
| C# |
|---|
public static FloatMatrix Inverse( FloatSymBandMatrix A ) |
| Visual Basic (Declaration) |
|---|
Public Shared Function Inverse ( _ A As FloatSymBandMatrix _ ) As FloatMatrix |
| Visual C++ |
|---|
public: static FloatMatrix^ Inverse( FloatSymBandMatrix^ A ) |
Parameters
- A
- Type: CenterSpace.NMath.Matrix..::.FloatSymBandMatrix
A symmetric, banded matrix.
Return Value
The inverse of A.
Exceptions
| Exception | Condition |
|---|---|
| CenterSpace.NMath.Core..::.SingularMatrixException | Thrown if A is singular. |