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

Function ssyr2k

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

Source from the content-addressed store, hash-verified

137}
138
139void
140ssyr2k(char uplo, char transa, int n, int k, float alpha, float *a, int lda, float *b, int ldb, float beta, float *c, int ldc)
141{
142 ssyr2k_(&uplo, &transa, &n, &k, &alpha, a, &lda, b, &ldb, &beta, c, &ldc);
143}
144
145void
146dsyr2k(char uplo, char transa, int n, int k, double alpha, double *a, int lda, double *b, int ldb, double beta, double *c, int ldc)

Callers 1

blasSsyr2kFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected