Uses of Class
org.apache.commons.math3.linear.DiagonalMatrix
Packages that use DiagonalMatrix
-
Uses of DiagonalMatrix in org.apache.commons.math3.linear
Methods in org.apache.commons.math3.linear that return DiagonalMatrixModifier and TypeMethodDescriptionDiagonalMatrix.add(DiagonalMatrix m) Compute the sum ofthisandm.DiagonalMatrix.inverse()Computes the inverse of this diagonal matrix.DiagonalMatrix.inverse(double threshold) Computes the inverse of this diagonal matrix.DiagonalMatrix.multiply(DiagonalMatrix m) Returns the result of postmultiplyingthisbym.DiagonalMatrix.subtract(DiagonalMatrix m) Returnsthisminusm.Methods in org.apache.commons.math3.linear with parameters of type DiagonalMatrixModifier and TypeMethodDescriptionDiagonalMatrix.add(DiagonalMatrix m) Compute the sum ofthisandm.DiagonalMatrix.multiply(DiagonalMatrix m) Returns the result of postmultiplyingthisbym.DiagonalMatrix.subtract(DiagonalMatrix m) Returnsthisminusm.