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

Function zhpmv

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

Source from the content-addressed store, hash-verified

431}
432
433void
434zhpmv(char uplo, int n, doublecomplex *alpha, doublecomplex *ap, doublecomplex *x, int incx, doublecomplex *beta, doublecomplex *y, int incy)
435{
436 zhpmv_( &uplo, &n, alpha, ap, x, &incx, beta, y, &incy );
437}
438
439void
440chpr(char uplo, int n, float alpha, complex *x, int incx, complex *ap )

Callers 1

blasZhpmvFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected