Graphmath.Mat33.inverse

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

Specs

inverse(mat33()) :: mat33()

inverse(a) calculates the inverse matrix

a is a mat33 to be inverted

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

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