LAPACK 3.11.0
LAPACK: Linear Algebra PACKage
Loading...
Searching...
No Matches

◆ cblas_dsymm()

void API_SUFFIX() cblas_dsymm ( const CBLAS_LAYOUT  layout,
const CBLAS_SIDE  Side,
const CBLAS_UPLO  Uplo,
const CBLAS_INT  M,
const CBLAS_INT  N,
const double  alpha,
const double *  A,
const CBLAS_INT  lda,
const double *  B,
const CBLAS_INT  ldb,
const double  beta,
double *  C,
const CBLAS_INT  ldc 
)