pub type zgemm_jit_kernel_t = Option<unsafe extern "C" fn(arg1: *mut c_void, arg2: *mut MKL_Complex16, arg3: *mut MKL_Complex16, arg4: *mut MKL_Complex16)>;Aliased Type§
pub enum zgemm_jit_kernel_t {
None,
Some(unsafe extern "C" fn(*mut c_void, *mut _MKL_Complex16, *mut _MKL_Complex16, *mut _MKL_Complex16)),
}Variants§
None
No value.
Some(unsafe extern "C" fn(*mut c_void, *mut _MKL_Complex16, *mut _MKL_Complex16, *mut _MKL_Complex16))
Some value of type T.