Uses of Class
org.apache.commons.math3.linear.OpenMapRealMatrix
Packages that use OpenMapRealMatrix
-
Uses of OpenMapRealMatrix in org.apache.commons.math3.linear
Methods in org.apache.commons.math3.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) Subtractmfrom this matrix.OpenMapRealMatrix.subtract(RealMatrix m) Returnsthisminusm.Methods in org.apache.commons.math3.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) Subtractmfrom this matrix.Constructors in org.apache.commons.math3.linear with parameters of type OpenMapRealMatrixModifierConstructorDescriptionOpenMapRealMatrix(OpenMapRealMatrix matrix) Build a matrix by copying another one.