<h2>org.das2.math.matrix.ArrayMatrix</h2><p></p> <h2>ArrayMatrix( int rows, int columns )</h2> <p></p> <h2>ArrayMatrix( double[] array, int rows, int columns )</h2> <p></p> <h2>ArrayMatrix( <a href='https://cottagesystems.com/~jbf/autoplot/doc/org/das2/math/matrix/Matrix.html'>org.das2.math.matrix.Matrix</a> m )</h2> <p></p> <hr> <a name="copy-org.das2.math.matrix.Matrix"></a> <h2>copy</h2> copy( <a href='https://cottagesystems.com/~jbf/autoplot/doc/org/das2/math/matrix/Matrix.html'>org.das2.math.matrix.Matrix</a> m ) → void <p></p> <h3>Parameters</h3> m - a Matrix <h3>Returns:</h3> void (returns nothing) <br><br> <a href="https://github.com/autoplot/dev/search?q=copy&unscoped_q=copy">[search for examples]</a> <a href="https://github.com/autoplot/documentation/tree/master/javadoc/org/das2/math/matrix/ArrayMatrix.md">[view on GitHub]</a> <a href="https://cottagesystems.com/~jbf/autoplot/doc2018/org/das2/math/matrix/ArrayMatrix.html#copy-org.das2.math.matrix.Matrix">[view on old javadoc]</a> <a href="https://github.com/das-developers/das2java/tree/main/dasCore/src/org/das2/math/matrix/ArrayMatrix.java#L41">[view source]</a> <br> <br> <hr> <a name="get-int-int"></a> <h2>get</h2> get( int row, int col ) → double <p></p> <h3>Parameters</h3> row - an int <br> col - an int <h3>Returns:</h3> double <br><br> <a href="https://github.com/autoplot/dev/search?q=get&unscoped_q=get">[search for examples]</a> <a href="https://github.com/autoplot/documentation/tree/master/javadoc/org/das2/math/matrix/ArrayMatrix.md">[view on GitHub]</a> <a href="https://cottagesystems.com/~jbf/autoplot/doc2018/org/das2/math/matrix/ArrayMatrix.html#get-int-int">[view on old javadoc]</a> <a href="https://github.com/das-developers/das2java/tree/main/dasCore/src/org/das2/math/matrix/ArrayMatrix.java#L54">[view source]</a> <br> <br> <hr> <a name="rowTimes-int-double"></a> <h2>rowTimes</h2> rowTimes( int row, double s ) → void <p></p> <h3>Parameters</h3> row - an int <br> s - a double <h3>Returns:</h3> void (returns nothing) <br><br> <a href="https://github.com/autoplot/dev/search?q=rowTimes&unscoped_q=rowTimes">[search for examples]</a> <a href="https://github.com/autoplot/documentation/tree/master/javadoc/org/das2/math/matrix/ArrayMatrix.md">[view on GitHub]</a> <a href="https://cottagesystems.com/~jbf/autoplot/doc2018/org/das2/math/matrix/ArrayMatrix.html#rowTimes-int-double">[view on old javadoc]</a> <a href="https://github.com/das-developers/das2java/tree/main/dasCore/src/org/das2/math/matrix/ArrayMatrix.java#L58">[view source]</a> <br> <br> <hr> <a name="rowTimesAddTo-int-double-int"></a> <h2>rowTimesAddTo</h2> rowTimesAddTo( int srcRow, double s, int dstRow ) → void <p></p> <h3>Parameters</h3> srcRow - an int <br> s - a double <br> dstRow - an int <h3>Returns:</h3> void (returns nothing) <br><br> <a href="https://github.com/autoplot/dev/search?q=rowTimesAddTo&unscoped_q=rowTimesAddTo">[search for examples]</a> <a href="https://github.com/autoplot/documentation/tree/master/javadoc/org/das2/math/matrix/ArrayMatrix.md">[view on GitHub]</a> <a href="https://cottagesystems.com/~jbf/autoplot/doc2018/org/das2/math/matrix/ArrayMatrix.html#rowTimesAddTo-int-double-int">[view on old javadoc]</a> <a href="https://github.com/das-developers/das2java/tree/main/dasCore/src/org/das2/math/matrix/ArrayMatrix.java#L64">[view source]</a> <br> <br> <hr> <a name="set-int-int-double"></a> <h2>set</h2> set( int row, int col, double d ) → void <p></p> <h3>Parameters</h3> row - an int <br> col - an int <br> d - a double <h3>Returns:</h3> void (returns nothing) <br><br> <a href="https://github.com/autoplot/dev/search?q=set&unscoped_q=set">[search for examples]</a> <a href="https://github.com/autoplot/documentation/tree/master/javadoc/org/das2/math/matrix/ArrayMatrix.md">[view on GitHub]</a> <a href="https://cottagesystems.com/~jbf/autoplot/doc2018/org/das2/math/matrix/ArrayMatrix.html#set-int-int-double">[view on old javadoc]</a> <a href="https://github.com/das-developers/das2java/tree/main/dasCore/src/org/das2/math/matrix/ArrayMatrix.java#L76">[view source]</a> <br> <br> <hr> <a name="swapRows-int-int"></a> <h2>swapRows</h2> swapRows( int row1, int row2 ) → void <p></p> <h3>Parameters</h3> row1 - an int <br> row2 - an int <h3>Returns:</h3> void (returns nothing) <br><br> <a href="https://github.com/autoplot/dev/search?q=swapRows&unscoped_q=swapRows">[search for examples]</a> <a href="https://github.com/autoplot/documentation/tree/master/javadoc/org/das2/math/matrix/ArrayMatrix.md">[view on GitHub]</a> <a href="https://cottagesystems.com/~jbf/autoplot/doc2018/org/das2/math/matrix/ArrayMatrix.html#swapRows-int-int">[view on old javadoc]</a> <a href="https://github.com/das-developers/das2java/tree/main/dasCore/src/org/das2/math/matrix/ArrayMatrix.java#L80">[view source]</a> <br> <br>