Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
run
Method · 0.45
Calls
4
submit
Method · 0.80
log
Method · 0.80
getName
Method · 0.65
await
Method · 0.45
Tested by
no test coverage detected