Uses of Class
org.hipparchus.linear.Array2DRowRealMatrix
-
Packages that use Array2DRowRealMatrix Package Description org.hipparchus.linear Linear algebra support. -
-
Uses of Array2DRowRealMatrix in org.hipparchus.linear
Methods in org.hipparchus.linear that return Array2DRowRealMatrix Modifier and Type Method Description Array2DRowRealMatrix
Array2DRowRealMatrix. add(Array2DRowRealMatrix m)
Compute the sum ofthis
andm
.static Array2DRowRealMatrix
MatrixUtils. bigFractionMatrixToRealMatrix(FieldMatrix<BigFraction> m)
static Array2DRowRealMatrix
MatrixUtils. fractionMatrixToRealMatrix(FieldMatrix<Fraction> m)
Array2DRowRealMatrix
Array2DRowRealMatrix. multiply(Array2DRowRealMatrix m)
Returns the result of postmultiplyingthis
bym
.Array2DRowRealMatrix
Array2DRowRealMatrix. subtract(Array2DRowRealMatrix m)
Returnsthis
minusm
.Methods in org.hipparchus.linear with parameters of type Array2DRowRealMatrix Modifier and Type Method Description Array2DRowRealMatrix
Array2DRowRealMatrix. add(Array2DRowRealMatrix m)
Compute the sum ofthis
andm
.Array2DRowRealMatrix
Array2DRowRealMatrix. multiply(Array2DRowRealMatrix m)
Returns the result of postmultiplyingthis
bym
.RealMatrix
Array2DRowRealMatrix. multiplyTransposed(Array2DRowRealMatrix m)
Returns the result of postmultiplyingthis
bym^T
.Array2DRowRealMatrix
Array2DRowRealMatrix. subtract(Array2DRowRealMatrix m)
Returnsthis
minusm
.RealMatrix
Array2DRowRealMatrix. transposeMultiply(Array2DRowRealMatrix m)
Returns the result of postmultiplyingthis^T
bym
.
-