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

Function ztbmv

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

Source from the content-addressed store, hash-verified

509}
510
511void
512ztbmv(char uplo, char trans, char diag, int n, int k, doublecomplex *a, int lda, doublecomplex *x, int incx )
513{
514 ztbmv_( &uplo, &trans, &diag, &n, &k, a, &lda, x, &incx );
515}
516
517void
518ssbmv(char uplo, int n, int k, float alpha, float *a, int lda, float *x, int incx, float beta, float *y, int incy )

Callers 1

blasZtbmvFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected