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

Function zher

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

Source from the content-addressed store, hash-verified

323}
324
325void
326zher(char uplo, int n, double alpha, doublecomplex *x, int incx, doublecomplex *a, int lda)
327{
328 zher_( &uplo, &n, &alpha, x, &incx, a, &lda);
329}
330
331void
332cher2(char uplo, int n, complex *alpha, complex *x, int incx, complex *y, int incy, complex *a, int lda)

Callers 1

blasZherFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected