| Package | Description | 
|---|---|
| org.hipparchus.linear | Linear algebra support. | 
| Modifier and Type | Method and Description | 
|---|---|
| DiagonalMatrix | DiagonalMatrix. add(DiagonalMatrix m)Compute the sum of  thisandm. | 
| 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  thisbym. | 
| DiagonalMatrix | DiagonalMatrix. multiplyTransposed(DiagonalMatrix m)Returns the result of postmultiplying  thisbym^T. | 
| DiagonalMatrix | DiagonalMatrix. subtract(DiagonalMatrix m)Returns  thisminusm. | 
| DiagonalMatrix | DiagonalMatrix. transposeMultiply(DiagonalMatrix m)Returns the result of postmultiplying  this^Tbym. | 
| Modifier and Type | Method and Description | 
|---|---|
| DiagonalMatrix | DiagonalMatrix. add(DiagonalMatrix m)Compute the sum of  thisandm. | 
| DiagonalMatrix | DiagonalMatrix. multiply(DiagonalMatrix m)Returns the result of postmultiplying  thisbym. | 
| DiagonalMatrix | DiagonalMatrix. multiplyTransposed(DiagonalMatrix m)Returns the result of postmultiplying  thisbym^T. | 
| DiagonalMatrix | DiagonalMatrix. subtract(DiagonalMatrix m)Returns  thisminusm. | 
| DiagonalMatrix | DiagonalMatrix. transposeMultiply(DiagonalMatrix m)Returns the result of postmultiplying  this^Tbym. | 
Copyright © 2016–2020 Hipparchus.org. All rights reserved.