| Package | Description |
|---|---|
| org.hipparchus.linear |
Linear algebra support.
|
| Modifier and Type | Method | Description |
|---|---|---|
DiagonalMatrix |
DiagonalMatrix.add(DiagonalMatrix m) |
Compute the sum of
this and m. |
DiagonalMatrix |
DiagonalMatrix.inverse() |
Computes the inverse of this diagonal matrix.
|
DiagonalMatrix |
DiagonalMatrix.inverse(double threshold) |
Computes the inverse of this diagonal matrix.
|
DiagonalMatrix |
DiagonalMatrix.multiply(DiagonalMatrix m) |
Returns the result of postmultiplying
this by m. |
DiagonalMatrix |
DiagonalMatrix.multiplyTransposed(DiagonalMatrix m) |
Returns the result of postmultiplying
this by m^T. |
DiagonalMatrix |
DiagonalMatrix.subtract(DiagonalMatrix m) |
Returns
this minus m. |
DiagonalMatrix |
DiagonalMatrix.transposeMultiply(DiagonalMatrix m) |
Returns the result of postmultiplying
this^T by m. |
| Modifier and Type | Method | Description |
|---|---|---|
DiagonalMatrix |
DiagonalMatrix.add(DiagonalMatrix m) |
Compute the sum of
this and m. |
DiagonalMatrix |
DiagonalMatrix.multiply(DiagonalMatrix m) |
Returns the result of postmultiplying
this by m. |
DiagonalMatrix |
DiagonalMatrix.multiplyTransposed(DiagonalMatrix m) |
Returns the result of postmultiplying
this by m^T. |
DiagonalMatrix |
DiagonalMatrix.subtract(DiagonalMatrix m) |
Returns
this minus m. |
DiagonalMatrix |
DiagonalMatrix.transposeMultiply(DiagonalMatrix m) |
Returns the result of postmultiplying
this^T by m. |
Copyright © 2016–2018 Hipparchus.org. All rights reserved.