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

Function ztpsv

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

Source from the content-addressed store, hash-verified

395}
396
397void
398ztpsv(char uplo, char transa, char diag, int n, doublecomplex *ap, doublecomplex *x, int incx)
399{
400 ztpsv_( &uplo, &transa, &diag, &n, ap, x, &incx);
401}
402
403void
404sspr(char uplo, int n, float alpha, float *x, int incx, float *ap )

Callers 1

blasZtpsvFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected