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

Function zgerc

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

Source from the content-addressed store, hash-verified

287}
288
289void
290zgerc(int m, int n, doublecomplex *alpha, doublecomplex *x, int incx, doublecomplex *y, int incy, doublecomplex *a, int lda)
291{
292 zgerc_( &m, &n, alpha, x, &incx, y, &incy, a, &lda);
293}
294
295void
296ssyr(char uplo, int n, float alpha, float *x, int incx, float *a, int lda)

Callers 1

blasZgercFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected