| Package | Description | 
|---|---|
| org.hipparchus.linear | Linear algebra support. | 
| Modifier and Type | Method and Description | 
|---|---|
| OpenMapRealMatrix | OpenMapRealMatrix. add(OpenMapRealMatrix m)Compute the sum of this matrix and  m. | 
| OpenMapRealMatrix | OpenMapRealMatrix. copy()Returns a (deep) copy of this. | 
| OpenMapRealMatrix | 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 | OpenMapRealMatrix. multiply(OpenMapRealMatrix m)Postmultiply this matrix by  m. | 
| OpenMapRealMatrix | OpenMapRealMatrix. subtract(OpenMapRealMatrix m)Subtract  mfrom this matrix. | 
| OpenMapRealMatrix | OpenMapRealMatrix. subtract(RealMatrix m)Returns  thisminusm. | 
| Modifier and Type | Method and Description | 
|---|---|
| OpenMapRealMatrix | OpenMapRealMatrix. add(OpenMapRealMatrix m)Compute the sum of this matrix and  m. | 
| OpenMapRealMatrix | OpenMapRealMatrix. multiply(OpenMapRealMatrix m)Postmultiply this matrix by  m. | 
| OpenMapRealMatrix | OpenMapRealMatrix. subtract(OpenMapRealMatrix m)Subtract  mfrom this matrix. | 
| Constructor and Description | 
|---|
| OpenMapRealMatrix(OpenMapRealMatrix matrix)Build a matrix by copying another one. | 
Copyright © 2016–2020 Hipparchus.org. All rights reserved.