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 ofthis
andm
.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 postmultiplyingthis
bym
.DiagonalMatrix.subtract
(DiagonalMatrix m) Returnsthis
minusm
.Methods in org.apache.commons.math3.linear with parameters of type DiagonalMatrixModifier and TypeMethodDescriptionDiagonalMatrix.add
(DiagonalMatrix m) Compute the sum ofthis
andm
.DiagonalMatrix.multiply
(DiagonalMatrix m) Returns the result of postmultiplyingthis
bym
.DiagonalMatrix.subtract
(DiagonalMatrix m) Returnsthis
minusm
.