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 DiagonalMatrix
DiagonalMatrix. add(DiagonalMatrix m)
Compute the sum ofthis
andm
.DiagonalMatrix
DiagonalMatrix. inverse()
Computes the inverse of this diagonal matrix.DiagonalMatrix
DiagonalMatrix. inverse(double threshold)
Computes the inverse of this diagonal matrix.DiagonalMatrix
DiagonalMatrix. multiply(DiagonalMatrix m)
Returns the result of postmultiplyingthis
bym
.DiagonalMatrix
DiagonalMatrix. multiplyTransposed(DiagonalMatrix m)
Returns the result of postmultiplyingthis
bym^T
.DiagonalMatrix
DiagonalMatrix. subtract(DiagonalMatrix m)
Returnsthis
minusm
.DiagonalMatrix
DiagonalMatrix. transposeMultiply(DiagonalMatrix m)
Returns the result of postmultiplyingthis^T
bym
.Methods in org.hipparchus.linear with parameters of type DiagonalMatrix Modifier and Type Method Description DiagonalMatrix
DiagonalMatrix. add(DiagonalMatrix m)
Compute the sum ofthis
andm
.DiagonalMatrix
DiagonalMatrix. multiply(DiagonalMatrix m)
Returns the result of postmultiplyingthis
bym
.DiagonalMatrix
DiagonalMatrix. multiplyTransposed(DiagonalMatrix m)
Returns the result of postmultiplyingthis
bym^T
.DiagonalMatrix
DiagonalMatrix. subtract(DiagonalMatrix m)
Returnsthis
minusm
.DiagonalMatrix
DiagonalMatrix. transposeMultiply(DiagonalMatrix m)
Returns the result of postmultiplyingthis^T
bym
.
-