|
|||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
See:
Description
Interface Summary | |
EquationSolutionI | An interface to access algorithms that solve single equations. |
FunctionI | An interface to access a function accepting one double argument and returning a double. |
IntegrationI | An interface to access numerical integration algorithms. |
Class Summary | |
Bisection | An implementation of the bisection algorithm to solve single equations. |
EquationSolution | An alias class which redefines the best equation solution algorithm in the edition. |
Integration | An alias class which redefines the best integration algorithm in the edition. |
Simpsons | An implementation of integration by Simpson's rule. |
Trapezoidal | An implementation of the trapezoidal integration algorithm. |
Exception Summary | |
AccuracyException | An exception thrown if a solution can't be found to the desired accuracy. |
NonlinearException |
Error Summary | |
NonlinearError |
Nonlinear algorithms.
|
|||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |