Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/EdwardRaff/JSAT
/ get
Method
get
JSAT/src/jsat/linear/DenseMatrix.java:576–580 ·
view source on GitHub ↗
(int i, int j)
Source
from the content-addressed store, hash-verified
574
}
575
576
@Override
577
public
double get(
int
i,
int
j)
578
{
579
return
matrix[i][j];
580
}
581
582
@Override
583
public
void
set(
int
i,
int
j, double value)
Callers
13
testSymmetric70
Method · 0.95
testRandom
Method · 0.95
testChangeSize
Method · 0.95
pascal
Method · 0.95
transpose
Method · 0.95
transform
Method · 0.95
transform
Method · 0.95
fit
Method · 0.95
DenseMatrix
Method · 0.45
mutableAdd
Method · 0.45
transposeMultiply
Method · 0.45
blockMultiply
Method · 0.45
Calls
no outgoing calls
Tested by
3
testSymmetric70
Method · 0.76
testRandom
Method · 0.76
testChangeSize
Method · 0.76