Computes the inverse of a 3-by-3 matrix.
The matrix.
Optional
matrix to hold result. If not passed a new one is created.
The inverse of m.
Computes the inverse of a 3-by-3 matrix.