[][src]Function m4ri_sys::mzd_mul_mp

pub unsafe extern "C" fn mzd_mul_mp(
    c: *mut Mzd,
    a: *const Mzd,
    b: *const Mzd,
    cutoff: c_int
) -> *mut Mzd

Matrix multiplication via the cubic multiplication algorithm on multiple cores

C: Preallocated product matrix, may be NULL for automatic creation A: Input matrix A B: Input matrix B cutoff: Minimal dimension for recursion