Function gsl_sys::cblas_cherk
source · [−]pub unsafe extern "C" fn cblas_cherk(
Order: CBLAS_ORDER,
Uplo: CBLAS_UPLO,
Trans: CBLAS_TRANSPOSE,
N: c_int,
K: c_int,
alpha: f32,
A: *const c_void,
lda: c_int,
beta: f32,
C: *mut c_void,
ldc: c_int
)