Function gsl_sys::cblas_dsyrk[][src]

pub unsafe extern "C" fn cblas_dsyrk(
    Order: CBLAS_ORDER,
    Uplo: CBLAS_UPLO,
    Trans: CBLAS_TRANSPOSE,
    N: c_int,
    K: c_int,
    alpha: f64,
    A: *const f64,
    lda: c_int,
    beta: f64,
    C: *mut f64,
    ldc: c_int
)