Function mat3::inverse_mat2 [] [src]

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