Uses of Class
org.hipparchus.linear.DiagonalMatrix
-
Packages that use DiagonalMatrix Package Description org.hipparchus.linear Linear algebra support. -
-
Uses of DiagonalMatrix in org.hipparchus.linear
Methods in org.hipparchus.linear that return DiagonalMatrix Modifier and Type Method Description DiagonalMatrixDiagonalMatrix. add(DiagonalMatrix m)Compute the sum ofthisandm.DiagonalMatrixDiagonalMatrix. inverse()Computes the inverse of this diagonal matrix.DiagonalMatrixDiagonalMatrix. inverse(double threshold)Computes the inverse of this diagonal matrix.DiagonalMatrixDiagonalMatrix. multiply(DiagonalMatrix m)Returns the result of postmultiplyingthisbym.DiagonalMatrixDiagonalMatrix. multiplyTransposed(DiagonalMatrix m)Returns the result of postmultiplyingthisbym^T.DiagonalMatrixDiagonalMatrix. subtract(DiagonalMatrix m)Returnsthisminusm.DiagonalMatrixDiagonalMatrix. transposeMultiply(DiagonalMatrix m)Returns the result of postmultiplyingthis^Tbym.Methods in org.hipparchus.linear with parameters of type DiagonalMatrix Modifier and Type Method Description DiagonalMatrixDiagonalMatrix. add(DiagonalMatrix m)Compute the sum ofthisandm.DiagonalMatrixDiagonalMatrix. multiply(DiagonalMatrix m)Returns the result of postmultiplyingthisbym.DiagonalMatrixDiagonalMatrix. multiplyTransposed(DiagonalMatrix m)Returns the result of postmultiplyingthisbym^T.DiagonalMatrixDiagonalMatrix. subtract(DiagonalMatrix m)Returnsthisminusm.DiagonalMatrixDiagonalMatrix. transposeMultiply(DiagonalMatrix m)Returns the result of postmultiplyingthis^Tbym.
-