[][src]Function spice_sys::mxmt_c

pub unsafe extern "C" fn mxmt_c(
    m1: *const *const c_double,
    m2: *const *const c_double,
    mout: *mut *mut c_double
)

multiplies a 3x3 matrix and the transpose of another 3x3 matrix.