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 ofthisandm.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 postmultiplyingthisbym.DiagonalMatrix.multiplyTransposed(DiagonalMatrix m) Returns the result of postmultiplyingthisbym^T.DiagonalMatrix.subtract(DiagonalMatrix m) Returnsthisminusm.DiagonalMatrix.transposeMultiply(DiagonalMatrix m) Returns the result of postmultiplyingthis^Tbym.Methods in org.hipparchus.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.multiplyTransposed(DiagonalMatrix m) Returns the result of postmultiplyingthisbym^T.DiagonalMatrix.subtract(DiagonalMatrix m) Returnsthisminusm.DiagonalMatrix.transposeMultiply(DiagonalMatrix m) Returns the result of postmultiplyingthis^Tbym.