See: Description
Interface | Description |
---|---|
ConvergingAlgorithm | Deprecated
in 2.2 (to be removed in 3.0).
|
Field<T> |
Interface representing a field.
|
FieldElement<T> |
Interface representing field elements.
|
Class | Description |
---|---|
ConvergingAlgorithmImpl | Deprecated
in 2.2 (to be removed in 3.0).
|
Exception | Description |
---|---|
ArgumentOutsideDomainException |
Error thrown when a method is called with an out of bounds argument.
|
ConvergenceException |
Error thrown when a numerical computation can not be performed because the
numerical result failed to converge to a finite value.
|
DimensionMismatchException | Deprecated
in 2.2 (to be removed in 3.0).
|
DuplicateSampleAbscissaException |
Exception thrown when a sample contains several entries at the same abscissa.
|
FunctionEvaluationException |
Exception thrown when an error occurs evaluating a function.
|
MathConfigurationException |
Signals a configuration problem with any of the factory methods.
|
MathException |
Base class for commons-math checked exceptions.
|
MathRuntimeException |
Base class for commons-math unchecked exceptions.
|
MaxEvaluationsExceededException |
Error thrown when a numerical computation exceeds its allowed
number of functions evaluations.
|
MaxIterationsExceededException |
Error thrown when a numerical computation exceeds its allowed
number of iterations.
|
Copyright © 2010 - 2020 Adobe. All Rights Reserved