1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19
|
[//]: # (generated using SlashBack 0.2.0)
# matrix\_inverse methods
The following methods are all part of the **matrix\_inverse methods**\.
Defines additional matrix inverting functions\.
## Table of contents
* [**affineInverse** function](#affineinverse-function)
* [**inverseTranspose** function](#inversetranspose-function)
### affineInverse\(\) function
#### <code>glm.<code>**affineInverse**(**m**: *matSxS*) -\> *matSxS*</code></code>
  Fast matrix inverse for affine matrix\.
### inverseTranspose\(\) function
#### <code>glm.<code>**inverseTranspose**(**m**: *matSxS*) -\> *matSxS*</code></code>
  Compute the inverse transpose of a matrix\.
|