Uses of Class
org.apache.commons.math.linear.Array2DRowFieldMatrix
Packages that use Array2DRowFieldMatrix
-
Uses of Array2DRowFieldMatrix in org.apache.commons.math.linear
Methods in org.apache.commons.math.linear that return Array2DRowFieldMatrixModifier and TypeMethodDescriptionArray2DRowFieldMatrix.add
(Array2DRowFieldMatrix<T> m) Compute the sum of this andm
.Array2DRowFieldMatrix.multiply
(Array2DRowFieldMatrix<T> m) Returns the result of postmultiplying this bym
.Array2DRowFieldMatrix.subtract
(Array2DRowFieldMatrix<T> m) Compute this minusm
.Methods in org.apache.commons.math.linear with parameters of type Array2DRowFieldMatrixModifier and TypeMethodDescriptionArray2DRowFieldMatrix.add
(Array2DRowFieldMatrix<T> m) Compute the sum of this andm
.Array2DRowFieldMatrix.multiply
(Array2DRowFieldMatrix<T> m) Returns the result of postmultiplying this bym
.Array2DRowFieldMatrix.subtract
(Array2DRowFieldMatrix<T> m) Compute this minusm
.