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

Function ztrsv

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

Source from the content-addressed store, hash-verified

227}
228
229void
230ztrsv(char uplo, char transa, char diag, int n, doublecomplex *a, int lda, doublecomplex *x, int incx)
231{
232 ztrsv_( &uplo, &transa, &diag, &n, a, &lda, x, &incx);
233}
234
235void
236ssymm(char side, char uplo, int m, int n, float alpha, float *a, int lda, float *b, int ldb, float beta, float *c, int ldc)

Callers 1

blasZtrsvFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected