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

Function zher2k

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

Source from the content-addressed store, hash-verified

593}
594
595void
596zher2k(char uplo, char transa, int n, int k, doublecomplex *alpha, doublecomplex *a, int lda, doublecomplex *b, int ldb, double beta, doublecomplex *c, int ldc)
597{
598 zher2k_( &uplo, &transa, &n, &k, alpha, a, &lda, b, &ldb, &beta, c, &ldc);
599}
600
601void sscal( int n, float alpha, float *x, int incx)
602{

Callers 1

blasZher2kFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected