Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/EdwardRaff/JSAT
/ getRowView
Method
getRowView
JSAT/src/jsat/linear/SparseMatrix.java:354–358 ·
view source on GitHub ↗
(int r)
Source
from the content-addressed store, hash-verified
352
}
353
354
@Override
355
public
Vec getRowView(
int
r)
356
{
357
return
rows[r];
358
}
359
360
@Override
361
public
double get(
int
i,
int
j)
Callers
5
transposeMultiply
Method · 0.95
mutableAdd
Method · 0.45
run
Method · 0.45
multiply
Method · 0.45
multiplyTranspose
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected