[][src]Function spice_sys::mtxm_c

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

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