[][src]Function m4ri_sys::mzd_mul_m4rm

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

Matrix multiplication using Konrods Method

c: preallocated product matrix, may be NULL for automatic creation a: input matrix b: input matrix k: M4RI parameter, may be 0 for automatic choice