CODeME
Numerical_Optimization.h File Reference

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)
 

Detailed Description

Function prototypes for the trajectory routines.

This contains the prototypes for the trajectory routine and eventually any macros,constants, or global variables needed.

Author
Salvador Botello-Aceves
Bug:
No known bugs.