Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/EdwardRaff/JSAT
/ rows
Method
rows
JSAT/src/jsat/linear/SparseMatrix.java:378–382 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
376
}
377
378
@Override
379
public
int
rows()
380
{
381
return
rows.length;
382
}
383
384
@Override
385
public
int
cols()
Callers
6
multiply
Method · 0.95
mutableTranspose
Method · 0.95
transpose
Method · 0.95
transposeMultiply
Method · 0.95
multiplyTranspose
Method · 0.95
run
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected