MCPcopy Create free account
hub / github.com/clMathLibraries/clBLAS / stbmv

Function stbmv

src/tests/correctness/blas-lapack.c:493–497  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

491}
492
493void
494stbmv(char uplo, char trans, char diag, int n, int k, float *a, int lda, float *x, int incx )
495{
496 stbmv_( &uplo, &trans, &diag, &n, &k, a, &lda, x, &incx );
497}
498
499void
500dtbmv(char uplo, char trans, char diag, int n, int k, double *a, int lda, double *x, int incx )

Callers 1

blasStbmvFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected