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

Function zherk

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

Source from the content-addressed store, hash-verified

581}
582
583void
584zherk(char uplo, char transa, int n, int k, double alpha, doublecomplex *a, int lda, double beta, doublecomplex *c, int ldc)
585{
586 zherk_( &uplo, &transa, &n, &k, &alpha, a, &lda, &beta, c, &ldc);
587}
588
589void
590cher2k(char uplo, char transa, int n, int k, complex *alpha, complex *a, int lda, complex *b, int ldb, float beta, complex *c, int ldc)

Callers 1

blasZherkFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected