Uses of Class
org.apache.commons.math4.linear.Array2DRowRealMatrix
-
Packages that use Array2DRowRealMatrix Package Description org.apache.commons.math4.linear Linear algebra support. -
-
Uses of Array2DRowRealMatrix in org.apache.commons.math4.linear
Methods in org.apache.commons.math4.linear that return Array2DRowRealMatrix Modifier and Type Method Description Array2DRowRealMatrixArray2DRowRealMatrix. add(Array2DRowRealMatrix m)Compute the sum ofthisandm.static Array2DRowRealMatrixMatrixUtils. bigFractionMatrixToRealMatrix(FieldMatrix<BigFraction> m)static Array2DRowRealMatrixMatrixUtils. fractionMatrixToRealMatrix(FieldMatrix<Fraction> m)Array2DRowRealMatrixArray2DRowRealMatrix. multiply(Array2DRowRealMatrix m)Returns the result of postmultiplyingthisbym.Array2DRowRealMatrixArray2DRowRealMatrix. subtract(Array2DRowRealMatrix m)Returnsthisminusm.Methods in org.apache.commons.math4.linear with parameters of type Array2DRowRealMatrix Modifier and Type Method Description Array2DRowRealMatrixArray2DRowRealMatrix. add(Array2DRowRealMatrix m)Compute the sum ofthisandm.Array2DRowRealMatrixArray2DRowRealMatrix. multiply(Array2DRowRealMatrix m)Returns the result of postmultiplyingthisbym.Array2DRowRealMatrixArray2DRowRealMatrix. subtract(Array2DRowRealMatrix m)Returnsthisminusm.
-