Uses of Class
rocks.palaiologos.maja.matrix.DoubleLUPDecompositionResult
Packages that use DoubleLUPDecompositionResult
-
Uses of DoubleLUPDecompositionResult in rocks.palaiologos.maja.matrix
Methods in rocks.palaiologos.maja.matrix that return DoubleLUPDecompositionResultModifier and TypeMethodDescriptionDoubleMatrix.LUP()
Computes the LUP decomposition of a rectangular or square matrix.Methods in rocks.palaiologos.maja.matrix with parameters of type DoubleLUPDecompositionResultModifier and TypeMethodDescriptionDoubleMatrix.invert
(DoubleLUPDecompositionResult r) Invert the matrix given the LUP decomposition of the current matrix.