| Package | Description |
|---|---|
| org.hipparchus.linear |
Linear algebra support.
|
| Modifier and Type | Method | 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
m from this matrix. |
OpenMapRealMatrix |
OpenMapRealMatrix.subtract(RealMatrix m) |
Returns
this minus m. |
| Modifier and Type | Method | 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
m from this matrix. |
| Constructor | Description |
|---|---|
OpenMapRealMatrix(OpenMapRealMatrix matrix) |
Build a matrix by copying another one.
|
Copyright © 2016–2018 Hipparchus.org. All rights reserved.