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 RecoverableCondition
RecoverableCondition.newEquationSystemNotSolvable()
static RecoverableCondition
RecoverableCondition.newFailedToParseString
(String stringToParse, Class<?> classToInstantiate) static RecoverableCondition
RecoverableCondition.newMatrixNotInvertible()
-
Uses of RecoverableCondition in org.ojalgo.matrix.decomposition
Methods in org.ojalgo.matrix.decomposition that throw RecoverableConditionModifier and TypeMethodDescriptionCholeskyDecomposition.invert
(Access2D<?> original, PhysicalStore<N> preallocated) HermitianEvD.invert
(Access2D<?> original, PhysicalStore<N> preallocated) LDLDecomposition.invert
(Access2D<?> original, PhysicalStore<N> preallocated) LUDecomposition.invert
(Access2D<?> original, PhysicalStore<N> preallocated) QRDecomposition.invert
(Access2D<?> original, PhysicalStore<N> preallocated) RawCholesky.invert
(Access2D<?> original, PhysicalStore<Double> preallocated) RawEigenvalue.invert
(Access2D<?> original, PhysicalStore<Double> preallocated) RawLU.invert
(Access2D<?> original, PhysicalStore<Double> preallocated) RawQR.invert
(Access2D<?> original, PhysicalStore<Double> preallocated) RawSingularValue.invert
(Access2D<?> original, PhysicalStore<Double> preallocated) SingularValueDecomposition.invert
(Access2D<?> original, PhysicalStore<N> preallocated) CholeskyDecomposition.solve
(Access2D<?> body, Access2D<?> rhs, PhysicalStore<N> preallocated) HermitianEvD.solve
(Access2D<?> body, Access2D<?> rhs, PhysicalStore<N> preallocated) LDLDecomposition.solve
(Access2D<?> body, Access2D<?> rhs, PhysicalStore<N> preallocated) LUDecomposition.solve
(Access2D<?> body, Access2D<?> rhs, PhysicalStore<N> preallocated) QRDecomposition.solve
(Access2D<?> body, Access2D<?> rhs, PhysicalStore<N> preallocated) RawCholesky.solve
(Access2D<?> body, Access2D<?> rhs, PhysicalStore<Double> preallocated) RawEigenvalue.solve
(Access2D<?> body, Access2D<?> rhs, PhysicalStore<Double> preallocated) RawLU.solve
(Access2D<?> body, Access2D<?> rhs, PhysicalStore<Double> preallocated) RawQR.solve
(Access2D<?> body, Access2D<?> rhs, PhysicalStore<Double> preallocated) RawSingularValue.solve
(Access2D<?> body, Access2D<?> rhs, PhysicalStore<Double> preallocated) SingularValueDecomposition.solve
(Access2D<?> body, Access2D<?> rhs, PhysicalStore<N> 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 ofpreallocated
is 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 ofpreallocated
is 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 TypeMethodDescriptionConjugateGradientSolver.solve
(Access2D<?> body, Access2D<?> rhs, PhysicalStore<Double> preallocated) GaussSeidelSolver.solve
(Access2D<?> body, Access2D<?> rhs, PhysicalStore<Double> current) JacobiSolver.solve
(Access2D<?> body, Access2D<?> rhs, PhysicalStore<Double> current) MutableSolver.solve
(Access2D<?> body, Access2D<?> rhs, PhysicalStore<Double> current) ParallelGaussSeidelSolver.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 TypeMethodDescriptionprivate static Optimisation.Result
OptimisationService.doOptimise
(Optimisation.Sense sense, byte[] contents, ExpressionsBasedModel.FileFormat format) OptimisationService.putOnQueue
(Optimisation.Sense sense, byte[] contents, ExpressionsBasedModel.FileFormat format) -
Uses of RecoverableCondition in org.ojalgo.type
Constructors in org.ojalgo.type that throw RecoverableCondition