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