CODeME
|
Function prototypes for the trajectory routines. More...
Go to the source code of this file.
Classes | |
struct | OPT_PAR |
Functions | |
double * | Numerical_Gradient_Function (OPT_PAR Parameters, double *Opt_Parameter) |
void | Check_MinimumLowering (OPT_PAR Parameters, double *Opt_Parameter, double *alpha, double *Gradient, double *Direction) |
void | Line_Search_Methods (OPT_PAR Parameters, double *Opt_Parameter) |
void | Newton_Method (OPT_PAR Parameters, double *Opt_Parameter) |
Variables | |
double(* | Opt_Function )(OPT_PAR Parameters, double *Opt_Parameter) |
double *(* | Gradient_Function )(OPT_PAR Parameters, double *Opt_Parameter) |
double **(* | Hessian_Function )(OPT_PAR Parameters, double *Opt_Parameter) |
Function prototypes for the trajectory routines.
This contains the prototypes for the trajectory routine and eventually any macros,constants, or global variables needed.