MCPcopy 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

testSymmetric70Method · 0.95
testRandomMethod · 0.95
testChangeSizeMethod · 0.95
pascalMethod · 0.95
transposeMethod · 0.95
transformMethod · 0.95
transformMethod · 0.95
fitMethod · 0.95
DenseMatrixMethod · 0.45
mutableAddMethod · 0.45
transposeMultiplyMethod · 0.45
blockMultiplyMethod · 0.45

Calls

no outgoing calls

Tested by 3

testSymmetric70Method · 0.76
testRandomMethod · 0.76
testChangeSizeMethod · 0.76