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

Function zsyrk

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

Source from the content-addressed store, hash-verified

179}
180
181void
182zsyrk(char uplo, char transa, int n, int k, doublecomplex *alpha, doublecomplex *a, int lda, doublecomplex *beta, doublecomplex *c, int ldc)
183{
184 zsyrk_(&uplo, &transa, &n, &k, alpha, a, &lda, beta, c, &ldc);
185}
186
187void
188strmv(char uplo, char transa, char diag, int n, float *a, int lda, float *x, int incx)

Callers 1

blasZsyrkFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected