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

Method get

JSAT/src/jsat/linear/Matrix.java:532–532  ·  view source on GitHub ↗

Returns the value stored at at the matrix position A i,j @param i the row, starting from 0 @param j the column, starting from 0 @return the value at A i,j

(int i, int j)

Source from the content-addressed store, hash-verified

530 * @return the value at <i>A<sub>i,j</sub></i>
531 */
532 abstract public double get(int i, int j);
533
534 /**
535 * Sets the value stored at at the matrix position <i>A<sub>i,j</sub></i>

Callers 15

testZeroOutMethod · 0.95
testEyeMethod · 0.95
testPascalMethod · 0.95
testZeroOutMethod · 0.95
testZeroOutMethod · 0.95
testChangeSizeMethod · 0.95
detMethod · 0.95
incrementMethod · 0.95
getColumnMethod · 0.95
getRowMethod · 0.95

Calls

no outgoing calls

Tested by 8

testZeroOutMethod · 0.76
testEyeMethod · 0.76
testPascalMethod · 0.76
testZeroOutMethod · 0.76
testZeroOutMethod · 0.76
testChangeSizeMethod · 0.76