Uses of Class
org.apache.commons.math.linear.OpenMapRealMatrix
Packages that use OpenMapRealMatrix
-
Uses of OpenMapRealMatrix in org.apache.commons.math.linear
Methods in org.apache.commons.math.linear that return OpenMapRealMatrixModifier and TypeMethodDescriptionOpenMapRealMatrix.add
(OpenMapRealMatrix m) Compute the sum of this andm
.OpenMapRealMatrix.add
(RealMatrix m) Compute the sum of this and m.OpenMapRealMatrix.copy()
Returns a (deep) copy of this.OpenMapRealMatrix.createMatrix
(int rowDimension, int columnDimension) Create a new RealMatrix of the same type as the instance with the supplied row and column dimensions.OpenMapRealMatrix.multiply
(OpenMapRealMatrix m) Returns the result of postmultiplying this by m.OpenMapRealMatrix.subtract
(OpenMapRealMatrix m) Compute this minusm
.OpenMapRealMatrix.subtract
(RealMatrix m) Compute this minus m.Methods in org.apache.commons.math.linear with parameters of type OpenMapRealMatrixModifier and TypeMethodDescriptionOpenMapRealMatrix.add
(OpenMapRealMatrix m) Compute the sum of this andm
.OpenMapRealMatrix.multiply
(OpenMapRealMatrix m) Returns the result of postmultiplying this by m.OpenMapRealMatrix.subtract
(OpenMapRealMatrix m) Compute this minusm
.Constructors in org.apache.commons.math.linear with parameters of type OpenMapRealMatrixModifierConstructorDescriptionOpenMapRealMatrix
(OpenMapRealMatrix matrix) Build a matrix by copying another one.