yeh_tm.inv

yeh_tm.inv(M)

Compute the ‘exact’ inverse of a 4x4 matrix using the analytical result. This should give a higher precision and speed at a reduced noise.

Parameters:M (matrix) – 4x4 Matrix.
Returns:Inverse of this matrix or Moore-Penrose approximation if matrix cannot be inverted.