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

Function stbsv

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

Source from the content-addressed store, hash-verified

539}
540
541void
542stbsv(char uplo, char trans, char diag, int n, int k, float *a, int lda, float *x, int incx )
543{
544 stbsv_( &uplo, &trans, &diag, &n, &k, a, &lda, x, &incx );
545}
546
547void
548dtbsv(char uplo, char trans, char diag, int n, int k, double *a, int lda, double *x, int incx )

Callers 1

blasStbsvFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected