Uses of Class
org.hipparchus.linear.Array2DRowRealMatrix
-
Uses of Array2DRowRealMatrix in org.hipparchus.linear
Modifier 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
.Modifier 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
.