Uses of Class
org.hipparchus.linear.OpenMapRealMatrix
Packages that use OpenMapRealMatrix
-
Uses of OpenMapRealMatrix in org.hipparchus.linear
Methods in org.hipparchus.linear that return OpenMapRealMatrixModifier and TypeMethodDescriptionOpenMapRealMatrix.add
(OpenMapRealMatrix m) Compute the sum of this matrix andm
.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) Postmultiply this matrix bym
.OpenMapRealMatrix.subtract
(OpenMapRealMatrix m) Subtractm
from this matrix.OpenMapRealMatrix.subtract
(RealMatrix m) Returnsthis
minusm
.Methods in org.hipparchus.linear with parameters of type OpenMapRealMatrixModifier and TypeMethodDescriptionOpenMapRealMatrix.add
(OpenMapRealMatrix m) Compute the sum of this matrix andm
.OpenMapRealMatrix.multiply
(OpenMapRealMatrix m) Postmultiply this matrix bym
.OpenMapRealMatrix.subtract
(OpenMapRealMatrix m) Subtractm
from this matrix.Constructors in org.hipparchus.linear with parameters of type OpenMapRealMatrixModifierConstructorDescriptionOpenMapRealMatrix
(OpenMapRealMatrix matrix) Build a matrix by copying another one.