Uses of Class
org.ojalgo.RecoverableCondition
Packages that use RecoverableCondition
Package
Description
-
Uses of RecoverableCondition in org.ojalgo
Methods in org.ojalgo that return RecoverableConditionModifier and TypeMethodDescriptionstatic RecoverableConditionRecoverableCondition.newEquationSystemNotSolvable()static RecoverableConditionRecoverableCondition.newFailedToParseString(String stringToParse, Class<?> classToInstantiate) static RecoverableConditionRecoverableCondition.newMatrixNotInvertible() -
Uses of RecoverableCondition in org.ojalgo.matrix.decomposition
Methods in org.ojalgo.matrix.decomposition that throw RecoverableConditionModifier and TypeMethodDescriptionSparseQDLDL.invert(Access2D<?> original, PhysicalStore<Double> preallocated) SparseQDLDL.solve(Access2D<?> body, Access2D<?> rhs, PhysicalStore<Double> preallocated) -
Uses of RecoverableCondition in org.ojalgo.matrix.task
Methods in org.ojalgo.matrix.task that throw RecoverableConditionModifier and TypeMethodDescriptionfinal MatrixStore<Double> default MatrixStore<N> The output must be a "right inverse" and a "generalised inverse".InverterTask.invert(Access2D<?> original, PhysicalStore<N> preallocated) Exactly how (if at all) a specific implementation makes use ofpreallocatedis not specified by this interface.[A][X]=[B] or [body][return]=[rhs]default MatrixStore<N> [A][X]=[B] or [body][return]=[rhs]SolverTask.solve(Access2D<?> body, Access2D<?> rhs, PhysicalStore<N> preallocated) Exactly how (if at all) a specific implementation makes use ofpreallocatedis not specified by this interface. -
Uses of RecoverableCondition in org.ojalgo.matrix.task.iterative
Methods in org.ojalgo.matrix.task.iterative that throw RecoverableConditionModifier and TypeMethodDescriptionfinal MatrixStore<Double> IterativeSolverTask.solve(Access2D<?> body, Access2D<?> rhs, PhysicalStore<Double> preallocated) MutableSolver.solve(Access2D<?> body, Access2D<?> rhs, PhysicalStore<Double> current) -
Uses of RecoverableCondition in org.ojalgo.optimisation.service
Methods in org.ojalgo.optimisation.service that throw RecoverableConditionModifier and TypeMethodDescriptionOptimisationService.putOnQueue(Optimisation.Sense sense, byte[] contents, ExpressionsBasedModel.FileFormat format) -
Uses of RecoverableCondition in org.ojalgo.type
Constructors in org.ojalgo.type that throw RecoverableCondition