Uses of Class
org.hipparchus.linear.OpenMapRealMatrix
-
Uses of OpenMapRealMatrix in org.hipparchus.linear
Modifier 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
.Modifier 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.ModifierConstructorDescriptionOpenMapRealMatrix
(OpenMapRealMatrix matrix) Build a matrix by copying another one.