Function m4ri_sys::djb_apply_mzd[][src]

pub unsafe extern "C" fn djb_apply_mzd(z: *mut Djb, w: *mut Mzd, v: *const Mzd)

apply the linear map m to V and write the result in W

z: DJB linear map W: output matrix V: input matrix