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

Method set

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

Sets 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 @param value the value to place at A i,j

(int i, int j, double value)

Source from the content-addressed store, hash-verified

538 * @param value the value to place at <i>A<sub>i,j</sub></i>
539 */
540 abstract public void set(int i, int j, double value);
541
542 /**
543 * Alters the current matrix at index <i>(i,j)</i> to be equal to

Callers 7

incrementMethod · 0.95
lupMethod · 0.95
classifyMethod · 0.95
getSVDMethod · 0.95
optimizeMethod · 0.95

Calls

no outgoing calls

Tested by 2