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

Method mutableMultiply

JSAT/src/jsat/linear/SparseMatrix.java:227–232  ·  view source on GitHub ↗
(double c)

Source from the content-addressed store, hash-verified

225 }
226
227 @Override
228 public void mutableMultiply(double c)
229 {
230 for(SparseVector row : rows)
231 row.mutableMultiply(c);
232 }
233
234 @Override
235 public void mutableMultiply(final double c, ExecutorService threadPool)

Callers 1

runMethod · 0.45

Calls 4

submitMethod · 0.80
logMethod · 0.80
getNameMethod · 0.65
awaitMethod · 0.45

Tested by

no test coverage detected