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

Function chpr

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

Source from the content-addressed store, hash-verified

437}
438
439void
440chpr(char uplo, int n, float alpha, complex *x, int incx, complex *ap )
441{
442 chpr_( &uplo, &n, &alpha, x, &incx, ap );
443}
444
445void
446zhpr(char uplo, int n, double alpha, doublecomplex *x, int incx, doublecomplex *ap )

Callers 1

blasChprFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected