Back to FabImage Library Lite website
You are here: Start » Basic » Matrix » InvertMatrix
InvertMatrix
| Header: | STD.h |
|---|---|
| Namespace: | fil |
Finds the inverse of a square matrix.
Syntax
void fil::InvertMatrix ( const fil::Matrix& inMatrix, fil::Matrix& outInverseMatrix )
Parameters
Errors
List of possible exceptions:
| Error type | Description |
|---|---|
| DomainError | Empty matrix in MatrixInverse |
| DomainError | Non-square matrix in MatrixInverse |


