Uses of Class
org.hipparchus.linear.DiagonalMatrix
-
Uses of DiagonalMatrix in org.hipparchus.linear
Modifier 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
.Modifier 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
.