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

Function zgeru

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

Source from the content-addressed store, hash-verified

275}
276
277void
278zgeru(int m, int n, doublecomplex *alpha, doublecomplex *x, int incx, doublecomplex *y, int incy, doublecomplex *a, int lda)
279{
280 zgeru_( &m, &n, alpha, x, &incx, y, &incy, a, &lda);
281}
282
283void
284cgerc(int m, int n, complex *alpha, complex *x, int incx, complex *y, int incy, complex *a, int lda)

Callers 1

blasZgeruFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected