Function rust_blas::matrix_vector::ll::cblas_c::cblas_cgerc
source · pub unsafe extern "C" fn cblas_cgerc(
order: Order,
m: u32,
n: u32,
alpha: *const c_void,
x: *const c_void,
inc_x: u32,
y: *const c_void,
inc_y: u32,
a: *mut c_void,
lda: u32
)