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

Function strmv

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

Source from the content-addressed store, hash-verified

185}
186
187void
188strmv(char uplo, char transa, char diag, int n, float *a, int lda, float *x, int incx)
189{
190 strmv_( &uplo, &transa, &diag, &n, a, &lda, x, &incx);
191}
192
193void
194dtrmv(char uplo, char transa, char diag, int n, double *a, int lda, double *x, int incx)

Callers 1

blasStrmvFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected