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

◆ cblas_dsbmv()

void cblas_dsbmv ( CBLAS_LAYOUT  layout,
CBLAS_UPLO  Uplo,
const CBLAS_INT  N,
const CBLAS_INT  K,
const double  alpha,
const double *  A,
const CBLAS_INT  lda,
const double *  X,
const CBLAS_INT  incX,
const double  beta,
double *  Y,
const CBLAS_INT  incY 
)