Function m4ri_sys::mzd_addmul_m4rm[][src]

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

Set C to C + AB using Konrods Method

c: input and result matrix a: input matrix b: input matrix k: M4RI parameter, may be 0 for automatic choice