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

Function zdscal

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

Source from the content-addressed store, hash-verified

624}
625
626void zdscal( int n, double alpha, doublecomplex *x, int incx)
627{
628 zdscal_(&n, &alpha, x, &incx);
629}
630
631float sdot( int n, float *x, int incx, float *y, int incy)
632{

Callers 1

blasZdscalFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected