inverse44

Invert a 4x4 matrix.

Parameters

m

The 4x4 matrix

res

The inverted 4x4 matrix If the determinant of the input matrix is zero, the function returns without modifying 'res'.