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

Function ztpmv

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

Source from the content-addressed store, hash-verified

371}
372
373void
374ztpmv(char uplo, char transa, char diag, int n, doublecomplex *ap, doublecomplex *x, int incx)
375{
376 ztpmv_( &uplo, &transa, &diag, &n, ap, x, &incx);
377}
378
379void
380stpsv(char uplo, char transa, char diag, int n, float *ap, float *x, int incx)

Callers 1

blasZtpmvFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected