MCPcopy Create free account
hub / github.com/EdwardRaff/JSAT / set

Method set

JSAT/src/jsat/linear/DenseMatrix.java:582–586  ·  view source on GitHub ↗
(int i, int j, double value)

Source from the content-addressed store, hash-verified

580 }
581
582 @Override
583 public void set(int i, int j, double value)
584 {
585 matrix[i][j] = value;
586 }
587
588 @Override
589 public int rows()

Callers 15

testSetMethod · 0.95
testSymmetric70Method · 0.95
testSetMethod · 0.95
getDataMatrixMethod · 0.95
forwardSubMethod · 0.95
backSubMethod · 0.95
getDMethod · 0.95

Calls

no outgoing calls