Type Definition blis_sys::sdotv_ft

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