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

Function zher2

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

Source from the content-addressed store, hash-verified

335}
336
337void
338zher2(char uplo, int n, doublecomplex *alpha, doublecomplex *x, int incx, doublecomplex *y, int incy, doublecomplex *a, int lda)
339{
340 zher2_( &uplo, &n, alpha, x, &incx, y, &incy, a, &lda);
341}
342
343void
344chemv(char uplo, int n, complex *alpha, complex *a, int lda, complex *x, int incx, complex *beta, complex *y, int incy)

Callers 1

blasZher2Function · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected