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

Function dspr

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

Source from the content-addressed store, hash-verified

407}
408
409void
410dspr(char uplo, int n, double alpha, double *x, int incx, double *ap )
411{
412 dspr_( &uplo, &n, &alpha, x, &incx, ap );
413}
414
415void
416sspmv(char uplo, int n, float alpha, float *ap, float *x, int incx, float beta, float *y, int incy)

Callers 1

blasDsprFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected