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

Function zhemv

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

Source from the content-addressed store, hash-verified

347}
348
349void
350zhemv(char uplo, int n, doublecomplex *alpha, doublecomplex *a, int lda, doublecomplex *x, int incx, doublecomplex *beta, doublecomplex *y, int incy)
351{
352 zhemv_( &uplo, &n, alpha, a, &lda, x, &incx, beta, y, &incy );
353}
354
355void
356stpmv(char uplo, char transa, char diag, int n, float *ap, float *x, int incx)

Callers 1

blasZhemvFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected