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

Function zrotg

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

Source from the content-addressed store, hash-verified

782}
783
784void zrotg(doublecomplex *A, doublecomplex *B, double *C, doublecomplex *S)
785{
786 zrotg_(A, B, C, S);
787}
788
789void srotmg(float *D1, float *D2, float *X1, const float *Y1, float *PARAM)
790{

Callers 1

blasZrotgFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected