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


