pub type sdotxv_ft = Option<unsafe extern "C" fn(conjx: conj_t, conjy: conj_t, n: dim_t, alpha: *mut f32, x: *mut f32, incx: inc_t, y: *mut f32, incy: inc_t, beta: *mut f32, rho: *mut f32)>;Aliased Type§
enum sdotxv_ft {
None,
Some(unsafe extern "C" fn(_: u32, _: u32, _: i32, _: *mut f32, _: *mut f32, _: i32, _: *mut f32, _: i32, _: *mut f32, _: *mut f32)),
}