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

Function strsv

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

Source from the content-addressed store, hash-verified

209}
210
211void
212strsv(char uplo, char transa, char diag, int n, float *a, int lda, float *x, int incx)
213{
214 strsv_( &uplo, &transa, &diag, &n, a, &lda, x, &incx);
215}
216
217void
218dtrsv(char uplo, char transa, char diag, int n, double *a, int lda, double *x, int incx)

Callers 1

blasStrsvFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected