InvertMatrix
Finds the inverse of a square matrix.
Syntax
C++
Python
def InvertMatrix( inMatrix: Matrix, outInverseMatrix: Matrix, / ) -> None
Parameters
| Name | Type | Default | Description | |
|---|---|---|---|---|
![]() |
inMatrix | Matrix | ||
![]() |
outInverseMatrix | Matrix |
Finds the inverse of a square matrix.
def InvertMatrix( inMatrix: Matrix, outInverseMatrix: Matrix, / ) -> None
| Name | Type | Default | Description | |
|---|---|---|---|---|
![]() |
inMatrix | Matrix | ||
![]() |
outInverseMatrix | Matrix |