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