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

Function ssyr

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

Source from the content-addressed store, hash-verified

293}
294
295void
296ssyr(char uplo, int n, float alpha, float *x, int incx, float *a, int lda)
297{
298 ssyr_( &uplo, &n, &alpha, x, &incx, a, &lda);
299}
300
301void
302dsyr(char uplo, int n, double alpha, double *x, int incx, double *a, int lda)

Callers 1

blasSsyrFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected