MCPcopy Create free account
hub / github.com/EdwardRaff/JSAT / mutableMultiply

Method mutableMultiply

JSAT/src/jsat/linear/DenseVector.java:318–324  ·  view source on GitHub ↗
(double c)

Source from the content-addressed store, hash-verified

316 }
317
318 @Override
319 public void mutableMultiply(double c)
320 {
321 clearCaches();
322 for(int i = startIndex; i < endIndex; i++)
323 array[i] *= c;
324 }
325
326 @Override
327 public void mutableDivide(double c)

Callers 2

updateMethod · 0.95
fitMethod · 0.95

Calls 1

clearCachesMethod · 0.95

Tested by

no test coverage detected