Uses of Class
org.apache.commons.math4.linear.DiagonalMatrix
| Package | Description |
|---|---|
| org.apache.commons.math4.linear |
Linear algebra support.
|
-
Uses of DiagonalMatrix in org.apache.commons.math4.linear
Methods in org.apache.commons.math4.linear that return DiagonalMatrix Modifier and Type Method Description DiagonalMatrixDiagonalMatrix. add(DiagonalMatrix m)Compute the sum ofthisandm.static DiagonalMatrixMatrixUtils. createRealDiagonalMatrix(double[] diagonal)Creates a diagonal matrix with the specified diagonal elements.DiagonalMatrixDiagonalMatrix. inverse()Computes the inverse of this diagonal matrix.DiagonalMatrixDiagonalMatrix. inverse(double threshold)Computes the inverse of this diagonal matrix.DiagonalMatrixDiagonalMatrix. multiply(DiagonalMatrix m)Returns the result of postmultiplyingthisbym.DiagonalMatrixDiagonalMatrix. subtract(DiagonalMatrix m)Returnsthisminusm.Methods in org.apache.commons.math4.linear with parameters of type DiagonalMatrix Modifier and Type Method Description DiagonalMatrixDiagonalMatrix. add(DiagonalMatrix m)Compute the sum ofthisandm.DiagonalMatrixDiagonalMatrix. multiply(DiagonalMatrix m)Returns the result of postmultiplyingthisbym.DiagonalMatrixDiagonalMatrix. subtract(DiagonalMatrix m)Returnsthisminusm.