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