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

Function zhemm

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

Source from the content-addressed store, hash-verified

569}
570
571void
572zhemm(char side, char uplo, int m, int n, doublecomplex *alpha, doublecomplex *a, int lda, doublecomplex *b, int ldb, doublecomplex *beta, doublecomplex *c, int ldc)
573{
574 zhemm_( &side, &uplo, &m, &n, alpha, a, &lda, b, &ldb, beta, c, &ldc);
575}
576
577void
578cherk(char uplo, char transa, int n, int k, float alpha, complex *a, int lda, float beta, complex *c, int ldc)

Callers 1

blasZhemmFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected