Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/EdwardRaff/JSAT
/ length
Method
length
JSAT/src/jsat/linear/Matrix.java:638–642 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
636
private
static
final
long serialVersionUID = 7107290189250645384L;
637
638
@Override
639
public
int
length()
640
{
641
return
rows();
642
}
643
644
@Override
645
public
double get(
int
index)
Callers
5
updateRow
Method · 0.45
OuterProductUpdate
Method · 0.45
run
Method · 0.45
diag
Method · 0.45
diagMult
Method · 0.45
Calls
2
rows
Method · 0.95
cols
Method · 0.45
Tested by
no test coverage detected