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

Function ztrmv

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

Source from the content-addressed store, hash-verified

203}
204
205void
206ztrmv(char uplo, char transa, char diag, int n, doublecomplex *a, int lda, doublecomplex *x, int incx)
207{
208 ztrmv_( &uplo, &transa, &diag, &n, a, &lda, x, &incx);
209}
210
211void
212strsv(char uplo, char transa, char diag, int n, float *a, int lda, float *x, int incx)

Callers 1

blasZtrmvFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected