<h2>org.das2.math.matrix.MatrixUtil</h2><p></p> <hr> <a name="identity-int"></a> <h2>identity</h2> identity( int rows ) → <a href='https://cottagesystems.com/~jbf/autoplot/doc/org/das2/math/matrix/Matrix.html'>org.das2.math.matrix.Matrix</a> <p></p> <h3>Parameters</h3> rows - an int <h3>Returns:</h3> org.das2.math.matrix.Matrix <br><br> <a href="https://github.com/autoplot/dev/search?q=identity&unscoped_q=identity">[search for examples]</a> <a href="https://github.com/autoplot/documentation/tree/master/javadoc/org/das2/math/matrix/MatrixUtil.md">[view on GitHub]</a> <a href="https://cottagesystems.com/~jbf/autoplot/doc2018/org/das2/math/matrix/MatrixUtil.html#identity-int">[view on old javadoc]</a> <a href="https://github.com/das-developers/das2java/tree/main/dasCore/src/org/das2/math/matrix/MatrixUtil.java#L81">[view source]</a> <br> <br> <hr> <a name="inverse-org.das2.math.matrix.Matrix"></a> <h2>inverse</h2> inverse( <a href='https://cottagesystems.com/~jbf/autoplot/doc/org/das2/math/matrix/Matrix.html'>org.das2.math.matrix.Matrix</a> m ) → <a href='https://cottagesystems.com/~jbf/autoplot/doc/org/das2/math/matrix/Matrix.html'>org.das2.math.matrix.Matrix</a> <p></p> <h3>Parameters</h3> m - a Matrix <h3>Returns:</h3> org.das2.math.matrix.Matrix <br><br> <a href="https://github.com/autoplot/dev/search?q=inverse&unscoped_q=inverse">[search for examples]</a> <a href="https://github.com/autoplot/documentation/tree/master/javadoc/org/das2/math/matrix/MatrixUtil.md">[view on GitHub]</a> <a href="https://cottagesystems.com/~jbf/autoplot/doc2018/org/das2/math/matrix/MatrixUtil.html#inverse-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/MatrixUtil.java#L38">[view source]</a> <br> <br> <hr> <a name="multiply-org.das2.math.matrix.Matrix-org.das2.math.matrix.Matrix"></a> <h2>multiply</h2> multiply( <a href='https://cottagesystems.com/~jbf/autoplot/doc/org/das2/math/matrix/Matrix.html'>org.das2.math.matrix.Matrix</a> m1, <a href='https://cottagesystems.com/~jbf/autoplot/doc/org/das2/math/matrix/Matrix.html'>org.das2.math.matrix.Matrix</a> m2 ) → <a href='https://cottagesystems.com/~jbf/autoplot/doc/org/das2/math/matrix/Matrix.html'>org.das2.math.matrix.Matrix</a> <p></p> <h3>Parameters</h3> m1 - a Matrix <br> m2 - a Matrix <h3>Returns:</h3> org.das2.math.matrix.Matrix <br><br> <a href="https://github.com/autoplot/dev/search?q=multiply&unscoped_q=multiply">[search for examples]</a> <a href="https://github.com/autoplot/documentation/tree/master/javadoc/org/das2/math/matrix/MatrixUtil.md">[view on GitHub]</a> <a href="https://cottagesystems.com/~jbf/autoplot/doc2018/org/das2/math/matrix/MatrixUtil.html#multiply-org.das2.math.matrix.Matrix-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/MatrixUtil.java#L89">[view source]</a> <br> <br> multiply( <a href='https://cottagesystems.com/~jbf/autoplot/doc/org/das2/math/matrix/Matrix.html'>org.das2.math.matrix.Matrix</a> m1, <a href='https://cottagesystems.com/~jbf/autoplot/doc/org/das2/math/matrix/Matrix.html'>org.das2.math.matrix.Matrix</a> m2, <a href='https://cottagesystems.com/~jbf/autoplot/doc/org/das2/math/matrix/Matrix.html'>org.das2.math.matrix.Matrix</a> res ) → void <a href="https://github.com/das-developers/das2java/tree/main/dasCore/src/org/das2/math/matrix/MatrixUtil.java#L95">[view source]</a><br> <hr> <a name="pivot-org.das2.math.matrix.Matrix-int"></a> <h2>pivot</h2> pivot( <a href='https://cottagesystems.com/~jbf/autoplot/doc/org/das2/math/matrix/Matrix.html'>org.das2.math.matrix.Matrix</a> m, int row ) → void <p></p> <h3>Parameters</h3> m - a Matrix <br> row - an int <h3>Returns:</h3> void (returns nothing) <br><br> <a href="https://github.com/autoplot/dev/search?q=pivot&unscoped_q=pivot">[search for examples]</a> <a href="https://github.com/autoplot/documentation/tree/master/javadoc/org/das2/math/matrix/MatrixUtil.md">[view on GitHub]</a> <a href="https://cottagesystems.com/~jbf/autoplot/doc2018/org/das2/math/matrix/MatrixUtil.html#pivot-org.das2.math.matrix.Matrix-int">[view on old javadoc]</a> <a href="https://github.com/das-developers/das2java/tree/main/dasCore/src/org/das2/math/matrix/MatrixUtil.java#L69">[view source]</a> <br> <br> <hr> <a name="print-org.das2.math.matrix.Matrix-java.io.PrintStream"></a> <h2>print</h2> print( <a href='https://cottagesystems.com/~jbf/autoplot/doc/org/das2/math/matrix/Matrix.html'>org.das2.math.matrix.Matrix</a> m, <a href='https://docs.oracle.com/javase/8/docs/api/java/io/PrintStream.html'>java.io.PrintStream</a> out ) → void <p></p> <h3>Parameters</h3> m - a Matrix <br> out - a PrintStream <h3>Returns:</h3> void (returns nothing) <br><br> <a href="https://github.com/autoplot/dev/search?q=print&unscoped_q=print">[search for examples]</a> <a href="https://github.com/autoplot/documentation/tree/master/javadoc/org/das2/math/matrix/MatrixUtil.md">[view on GitHub]</a> <a href="https://cottagesystems.com/~jbf/autoplot/doc2018/org/das2/math/matrix/MatrixUtil.html#print-org.das2.math.matrix.Matrix-java.io.PrintStream">[view on old javadoc]</a> <a href="https://github.com/das-developers/das2java/tree/main/dasCore/src/org/das2/math/matrix/MatrixUtil.java#L25">[view source]</a> <br> <br>