Back to FabImage Studio website

You are here: Start » Filter Reference » Basic » Matrix » InvertMatrix

InvertMatrix


Module: FoundationLite

Finds the inverse of a square matrix.

Name Type Description
Input value
inMatrix Matrix
Output value
outInverseMatrix Matrix

Errors

This filter can throw an exception to report error. Read how to deal with errors in Error Handling.

List of possible exceptions:

Error type Description
DomainError Empty matrix in MatrixInverse
DomainError Non-square matrix in MatrixInverse

Complexity Level

This filter is available on Basic Complexity Level.