Function m4ri_sys::mzd_mul_naive[][src]

pub unsafe extern "C" fn mzd_mul_naive(
    dest: *mut Mzd,
    a: *const Mzd,
    b: *const Mzd
) -> *mut Mzd

naive cubic matrix multiplication the first argument may be null for automatic creation