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

Function zsymm

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

Source from the content-addressed store, hash-verified

251}
252
253void
254zsymm(char side, char uplo, int m, int n, doublecomplex *alpha, doublecomplex *a, int lda, doublecomplex *b, int ldb, doublecomplex *beta, doublecomplex *c, int ldc)
255{
256 zsymm_( &side, &uplo, &m, &n, alpha, a, &lda, b, &ldb, beta, c, &ldc);
257}
258
259void
260sger(int m, int n, float alpha, float *x, int incx, float *y, int incy, float *a, int lda)

Callers 1

blasZsymmFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected