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

Function stpsv

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

Source from the content-addressed store, hash-verified

377}
378
379void
380stpsv(char uplo, char transa, char diag, int n, float *ap, float *x, int incx)
381{
382 stpsv_( &uplo, &transa, &diag, &n, ap, x, &incx);
383}
384
385void
386dtpsv(char uplo, char transa, char diag, int n, double *ap, double *x, int incx)

Callers 1

blasStpsvFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected