|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use DiagonalMatrix | |
|---|---|
| org.apache.commons.math3.linear | Linear algebra support. |
| Uses of DiagonalMatrix in org.apache.commons.math3.linear |
|---|
| Methods in org.apache.commons.math3.linear that return DiagonalMatrix | |
|---|---|
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.subtract(DiagonalMatrix m)
Returns this minus m. |
| Methods in org.apache.commons.math3.linear with parameters of type DiagonalMatrix | |
|---|---|
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.subtract(DiagonalMatrix m)
Returns this minus m. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||