Type Definition blis_sys::daxpyv_ft

source · []
pub type daxpyv_ft = Option<unsafe extern "C" fn(conjx: conj_t, n: dim_t, alpha: *const f64, x: *const f64, incx: inc_t, y: *mut f64, incy: inc_t)>;