| Package | Description |
|---|---|
| org.apache.commons.math.linear |
Linear algebra support.
|
| Modifier and Type | Method and Description |
|---|---|
Array2DRowFieldMatrix<T> |
Array2DRowFieldMatrix.add(Array2DRowFieldMatrix<T> m)
Compute the sum of this and
m. |
Array2DRowFieldMatrix<T> |
Array2DRowFieldMatrix.multiply(Array2DRowFieldMatrix<T> m)
Returns the result of postmultiplying this by
m. |
Array2DRowFieldMatrix<T> |
Array2DRowFieldMatrix.subtract(Array2DRowFieldMatrix<T> m)
Compute this minus
m. |
| Modifier and Type | Method and Description |
|---|---|
Array2DRowFieldMatrix<T> |
Array2DRowFieldMatrix.add(Array2DRowFieldMatrix<T> m)
Compute the sum of this and
m. |
Array2DRowFieldMatrix<T> |
Array2DRowFieldMatrix.multiply(Array2DRowFieldMatrix<T> m)
Returns the result of postmultiplying this by
m. |
Array2DRowFieldMatrix<T> |
Array2DRowFieldMatrix.subtract(Array2DRowFieldMatrix<T> m)
Compute this minus
m. |
Copyright © 2003–2018. All rights reserved.