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

Function sscal

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

Source from the content-addressed store, hash-verified

599}
600
601void sscal( int n, float alpha, float *x, int incx)
602{
603 sscal_(&n, &alpha, x, &incx);
604}
605
606void dscal( int n, double alpha, double *x, int incx)
607{

Callers 1

blasSscalFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected