Uses of Class
org.hipparchus.linear.DiagonalMatrix
Packages that use DiagonalMatrix
-
Uses of DiagonalMatrix in org.hipparchus.linear
Methods in org.hipparchus.linear that return DiagonalMatrixModifier and TypeMethodDescriptionDiagonalMatrix.add
(DiagonalMatrix m) Compute the sum ofthis
andm
.EigenDecompositionSymmetric.getD()
Gets the diagonal matrix D of the decomposition.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.multiplyTransposed
(DiagonalMatrix m) Returns the result of postmultiplyingthis
bym^T
.DiagonalMatrix.subtract
(DiagonalMatrix m) Returnsthis
minusm
.DiagonalMatrix.transposeMultiply
(DiagonalMatrix m) Returns the result of postmultiplyingthis^T
bym
.Methods in org.hipparchus.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.multiplyTransposed
(DiagonalMatrix m) Returns the result of postmultiplyingthis
bym^T
.DiagonalMatrix.subtract
(DiagonalMatrix m) Returnsthis
minusm
.DiagonalMatrix.transposeMultiply
(DiagonalMatrix m) Returns the result of postmultiplyingthis^T
bym
.