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

Function ztbsv

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

Source from the content-addressed store, hash-verified

557}
558
559void
560ztbsv(char uplo, char trans, char diag, int n, int k, doublecomplex *a, int lda, doublecomplex *x, int incx )
561{
562 ztbsv_( &uplo, &trans, &diag, &n, &k, a, &lda, x, &incx );
563}
564
565void
566chemm(char side, char uplo, int m, int n, complex *alpha, complex *a, int lda, complex *b, int ldb, complex *beta, complex *c, int ldc)

Callers 1

blasZtbsvFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected