matrix_log

Function matrix_log 

Source
pub fn matrix_log<T: Float + Sum + FloatConst>(r: &M33<T>) -> M33<T>
Expand description

Brief.

Compute the matrix logarithm of a rotation matrix

Function arguments: r: &M33 rotation matrix

Output: M33: representing the matrix logarithm of the input