|
type | equation_optimizer |
| A base class for optimization of an equation of multiple variables. More...
|
|
type | equation_solver |
| A base class for various solvers of nonlinear systems of equations. More...
|
|
type | equation_solver_1var |
| A base class for various solvers of equations of one variable. More...
|
|
interface | fcn1var |
| Describes a function of one variable. More...
|
|
type | fcn1var_helper |
| Defines a type capable of encapsulating an equation of one variable of the form: f(x) = 0. More...
|
|
interface | fcnnvar |
| Describes a function of N variables. More...
|
|
type | fcnnvar_helper |
| Defines a type capable of encapsulating an equation of N variables. More...
|
|
interface | gradientfcn |
| Describes a routine capable of computing the gradient vector of an equation of N variables. More...
|
|
type | iteration_behavior |
| Defines a set of parameters that describe the behavior of the iteration process. More...
|
|
interface | jacobianfcn |
| Describes a routine capable of computing the Jacobian matrix of M functions of N unknowns. More...
|
|
interface | nonlin_optimize_fcn |
| Describes the interface of a routine for optimizing an equation of N variables. More...
|
|
interface | nonlin_solver |
| Describes the interface of a nonlinear equation solver. More...
|
|
interface | nonlin_solver_1var |
| Describes the interface of a solver for an equation of one variable. More...
|
|
type | value_pair |
| Defines a pair of numeric values. More...
|
|
interface | vecfcn |
| Describes an M-element vector-valued function of N-variables. More...
|
|
type | vecfcn_helper |
| Defines a type capable of encapsulating a system of nonlinear equations of the form: F(X) = 0. This type is used to establish the system of equations to solve, and provides a means for computing the Jacobian matrix for the system of equations, and any other ancillary operations that may be needed by the solver. More...
|
|