Function mat2::inverse [] [src]

pub fn inverse<'a, 'b, T: Copy + Signed>(
    out: &'a mut [T; 4],
    a: &'b [T; 4]
) -> &'a mut [T; 4]