MCPcopy Create free account
hub / github.com/bwaldvogel/liblinear-java / dscal_

Method dscal_

src/main/java/de/bwaldvogel/liblinear/Blas.java:148–150  ·  view source on GitHub ↗
(int n, double sa, double[] sx, int incx)

Source from the content-addressed store, hash-verified

146 }
147
148 static int dscal_(int n, double sa, double[] sx, int incx) {
149 return dscal_(new MutableInt(n), new MutableDouble(sa), sx, new MutableInt(incx));
150 }
151
152 static int dscal_(MutableInt n, MutableDouble sa, double[] sx, MutableInt incx) {
153 int i, m, nincx, nn, iincx;

Callers 1

pcgMethod · 0.95

Calls 1

getMethod · 0.45

Tested by

no test coverage detected