Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/EdwardRaff/JSAT
/ get
Method
get
JSAT/src/jsat/linear/SparseMatrix.java:360–364 ·
view source on GitHub ↗
(int i, int j)
Source
from the content-addressed store, hash-verified
358
}
359
360
@Override
361
public
double get(
int
i,
int
j)
362
{
363
return
rows[i].get(j);
364
}
365
366
@Override
367
public
void
set(
int
i,
int
j, double value)
Callers
1
mutableTranspose
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected