[][src]Function gsl_sys::cblas_dsymm

pub unsafe extern "C" fn cblas_dsymm(
    Order: CBLAS_ORDER,
    Side: CBLAS_SIDE,
    Uplo: CBLAS_UPLO,
    M: c_int,
    N: c_int,
    alpha: f64,
    A: *const f64,
    lda: c_int,
    B: *const f64,
    ldb: c_int,
    beta: f64,
    C: *mut f64,
    ldc: c_int
)