Graphmath.Mat44.inverse

You're seeing just the function inverse, go back to Graphmath.Mat44 module for more information.

Specs

inverse(mat44()) :: mat44()

inverse(a) calculates the inverse matrix

a is a mat44 to be inverted

Returs a mat44 representing a<sup>-1</sup>

Raises an error when you try to calculate inverse of a matrix whose determinant is zero