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

Method swapRows

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

Alters the current matrix by swapping the values stored in two different rows. @param r1 the first row to swap @param r2 the second row to swap

(int r1, int r2)

Source from the content-addressed store, hash-verified

600 * @param r2 the second row to swap
601 */
602 abstract public void swapRows(int r1, int r2);
603
604 /**
605 * Creates a vector that has a copy of the values in column <i>j</i> of this

Callers 7

testSwapRowsMethod · 0.95
testSwapRowsMethod · 0.95
testSwapRowsMethod · 0.95
detMethod · 0.95
lupMethod · 0.95
lupMethod · 0.95
testSwapRowsMethod · 0.45

Calls

no outgoing calls

Tested by 4

testSwapRowsMethod · 0.76
testSwapRowsMethod · 0.76
testSwapRowsMethod · 0.76
testSwapRowsMethod · 0.36