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

Function zhpr

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

Source from the content-addressed store, hash-verified

443}
444
445void
446zhpr(char uplo, int n, double alpha, doublecomplex *x, int incx, doublecomplex *ap )
447{
448 zhpr_( &uplo, &n, &alpha, x, &incx, ap );
449}
450
451void
452sspr2(char uplo, int n, float alpha, float *x, int incx, float *y, int incy, float *a )

Callers 1

blasZhprFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected