Type Definition blis_sys::dxpbyv_ft

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