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

Function ssyr2

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

Source from the content-addressed store, hash-verified

305}
306
307void
308ssyr2(char uplo, int n, float alpha, float *x, int incx, float *y, int incy, float *a, int lda)
309{
310 ssyr2_( &uplo, &n, &alpha, x, &incx, y, &incy, a, &lda);
311}
312
313void
314dsyr2(char uplo, int n, double alpha, double *x, int incx, double *y, int incy, double *a, int lda)

Callers 1

blasSsyr2Function · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected