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

Function sspr2

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

Source from the content-addressed store, hash-verified

449}
450
451void
452sspr2(char uplo, int n, float alpha, float *x, int incx, float *y, int incy, float *a )
453{
454 sspr2_( &uplo, &n, &alpha, x, &incx, y, &incy, a );
455}
456void
457dspr2(char uplo, int n, double alpha, double *x, int incx, double *y, int incy, double *a )
458{

Callers 1

blasSspr2Function · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected