Package | Description |
---|---|
org.apache.commons.math3.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
m from this matrix. |
OpenMapRealMatrix |
OpenMapRealMatrix.subtract(RealMatrix m)
Returns
this minus m . |
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
m from this matrix. |
Constructor and Description |
---|
OpenMapRealMatrix(OpenMapRealMatrix matrix)
Build a matrix by copying another one.
|
Copyright © 2003–2016 The Apache Software Foundation. All rights reserved.