Type Definition blis_sys::sxpbyv_ft

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