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

Function ztrmm

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

Source from the content-addressed store, hash-verified

107}
108
109void
110ztrmm(char side, char uplo, char transa, char diag, int m, int n, doublecomplex *alpha, doublecomplex *a, int lda, doublecomplex *b, int ldb)
111{
112 ztrmm_(&side, &uplo, &transa, &diag, &m, &n, alpha, a, &lda, b, &ldb);
113}
114
115void
116strsm(char side, char uplo, char transa, char diag, int m, int n, float alpha, float *a, int lda, float *b, int ldb)

Callers 1

blasZtrmmFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected