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

Function zscal

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

Source from the content-addressed store, hash-verified

614}
615
616void zscal( int n, doublecomplex* alpha, doublecomplex *x, int incx)
617{
618 zscal_(&n, alpha, x, &incx);
619}
620
621void csscal( int n, float alpha, complex *x, int incx)
622{

Callers 1

blasZscalFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected