Function gsl_sys::cblas_cher[][src]

pub unsafe extern "C" fn cblas_cher(
    order: CBLAS_ORDER,
    Uplo: CBLAS_UPLO,
    N: c_int,
    alpha: f32,
    X: *const c_void,
    incX: c_int,
    A: *mut c_void,
    lda: c_int
)