Function rust_blas::matrix_vector::ll::cblas_c::cblas_cher
source · pub unsafe extern "C" fn cblas_cher(
order: Order,
sym: Symmetry,
n: u32,
alpha: c_float,
x: *const c_void,
inc_x: u32,
a: *mut c_void,
lda: u32
)