rblas::matrix::ll::cblas_c

Function cblas_csyr2k

Source
pub unsafe extern "C" fn cblas_csyr2k(
    order: Order,
    sym: Symmetry,
    Trans: Transpose,
    n: c_int,
    k: c_int,
    alpha: *const c_void,
    a: *const c_void,
    lda: c_int,
    b: *const c_void,
    ldb: c_int,
    beta: *const c_void,
    c: *mut c_void,
    ldc: c_int,
)