Package | Description |
---|---|
fr.cnes.sirius.patrius.math.exception | |
fr.cnes.sirius.patrius.math.fraction | |
fr.cnes.sirius.patrius.math.optim.linear |
Modifier and Type | Class and Description |
---|---|
class |
ConvergenceException
Error thrown when a numerical computation can not be performed because the
numerical result failed to converge to a finite value.
|
class |
MathInternalError
Exception triggered when something that shouldn't happen does happen.
|
class |
MathParseException
Class to signal parse failures.
|
class |
MaxCountExceededException
Exception to be thrown when some counter maximum value is exceeded.
|
class |
TooManyEvaluationsException
Exception to be thrown when the maximal number of evaluations is exceeded.
|
class |
TooManyIterationsException
Exception to be thrown when the maximal number of iterations is exceeded.
|
Modifier and Type | Class and Description |
---|---|
class |
FractionConversionException
Error thrown when a double value cannot be converted to a fraction
in the allowed number of iterations.
|
Modifier and Type | Class and Description |
---|---|
class |
NoFeasibleSolutionException
This class represents exceptions thrown by optimizers when no solution fulfills the constraints.
|
class |
UnboundedSolutionException
This class represents exceptions thrown by optimizers when a solution escapes to infinity.
|
Copyright © 2017 CNES. All rights reserved.