<h2>org.das2.math.matrix.MatrixUtil</h2><p></p>
<hr>
<a name="identity"></a>
<h2>identity</h2>
identity( int rows ) &rarr; <a href='http://www-pw.physics.uiowa.edu/~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="http://www-pw.physics.uiowa.edu/~jbf/autoplot/javadoc2018/org/das2/math/matrix/MatrixUtil.html#identity">[view on old javadoc]</a>
 <a href="https://saturn.physics.uiowa.edu/svn/das2/dasCore/community/autoplot2011/trunk/dasCore/src/org/das2/math/matrix/MatrixUtil.java">[view source]</a>
<br>
<br>
<hr>
<a name="inverse"></a>
<h2>inverse</h2>
inverse( <a href='http://www-pw.physics.uiowa.edu/~jbf/autoplot/doc/org/das2/math/matrix/Matrix.html'>org.das2.math.matrix.Matrix</a> m ) &rarr; <a href='http://www-pw.physics.uiowa.edu/~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="http://www-pw.physics.uiowa.edu/~jbf/autoplot/javadoc2018/org/das2/math/matrix/MatrixUtil.html#inverse">[view on old javadoc]</a>
 <a href="https://saturn.physics.uiowa.edu/svn/das2/dasCore/community/autoplot2011/trunk/dasCore/src/org/das2/math/matrix/MatrixUtil.java">[view source]</a>
<br>
<br>
<hr>
<a name="multiply"></a>
<h2>multiply</h2>
multiply( <a href='http://www-pw.physics.uiowa.edu/~jbf/autoplot/doc/org/das2/math/matrix/Matrix.html'>org.das2.math.matrix.Matrix</a> m1, <a href='http://www-pw.physics.uiowa.edu/~jbf/autoplot/doc/org/das2/math/matrix/Matrix.html'>org.das2.math.matrix.Matrix</a> m2 ) &rarr; <a href='http://www-pw.physics.uiowa.edu/~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="http://www-pw.physics.uiowa.edu/~jbf/autoplot/javadoc2018/org/das2/math/matrix/MatrixUtil.html#multiply">[view on old javadoc]</a>
 <a href="https://saturn.physics.uiowa.edu/svn/das2/dasCore/community/autoplot2011/trunk/dasCore/src/org/das2/math/matrix/MatrixUtil.java">[view source]</a>
<br>
<br>
multiply( <a href='http://www-pw.physics.uiowa.edu/~jbf/autoplot/doc/org/das2/math/matrix/Matrix.html'>org.das2.math.matrix.Matrix</a> m1, <a href='http://www-pw.physics.uiowa.edu/~jbf/autoplot/doc/org/das2/math/matrix/Matrix.html'>org.das2.math.matrix.Matrix</a> m2, <a href='http://www-pw.physics.uiowa.edu/~jbf/autoplot/doc/org/das2/math/matrix/Matrix.html'>org.das2.math.matrix.Matrix</a> res ) &rarr; void<br>
<hr>
<a name="pivot"></a>
<h2>pivot</h2>
pivot( <a href='http://www-pw.physics.uiowa.edu/~jbf/autoplot/doc/org/das2/math/matrix/Matrix.html'>org.das2.math.matrix.Matrix</a> m, int row ) &rarr; 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="http://www-pw.physics.uiowa.edu/~jbf/autoplot/javadoc2018/org/das2/math/matrix/MatrixUtil.html#pivot">[view on old javadoc]</a>
 <a href="https://saturn.physics.uiowa.edu/svn/das2/dasCore/community/autoplot2011/trunk/dasCore/src/org/das2/math/matrix/MatrixUtil.java">[view source]</a>
<br>
<br>
<hr>
<a name="print"></a>
<h2>print</h2>
print( <a href='http://www-pw.physics.uiowa.edu/~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 ) &rarr; 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="http://www-pw.physics.uiowa.edu/~jbf/autoplot/javadoc2018/org/das2/math/matrix/MatrixUtil.html#print">[view on old javadoc]</a>
 <a href="https://saturn.physics.uiowa.edu/svn/das2/dasCore/community/autoplot2011/trunk/dasCore/src/org/das2/math/matrix/MatrixUtil.java">[view source]</a>
<br>
<br>