Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members   File Members  

der_evaluator.h File Reference

#include <coconut_config.h>
#include <evaluator.h>
#include <expression.h>
#include <model.h>
#include <eval_main.h>
#include <linalg.h>
#include <math.h>

Include dependency graph for der_evaluator.h:

Include dependency graph

Go to the source code of this file.

Compounds

class  der_eval
struct  der_eval_type
class  func_d_eval
struct  func_d_eval_type
class  prep_d_eval

Typedefs

typedef bool(* prep_d_evaluator )()
typedef double(* func_d_evaluator )(const std::vector< double > *__x, const variable_indicator &__v, std::vector< double > &__d_data)
typedef std::vector< double > &(* der_evaluator )(const std::vector< double > &__d_dat, const variable_indicator &__v)


Detailed Description

Definition in file der_evaluator.h.


Typedef Documentation

typedef std::vector<double>&(* der_evaluator)(const std::vector<double>& __d_dat, const variable_indicator& __v)
 

Definition at line 44 of file der_evaluator.h.

typedef double(* func_d_evaluator)(const std::vector<double>* __x, const variable_indicator& __v, std::vector<double>& __d_data)
 

Definition at line 41 of file der_evaluator.h.

typedef bool(* prep_d_evaluator)()
 

Definition at line 40 of file der_evaluator.h.


Generated on Tue Nov 4 01:58:09 2003 for COCONUT API by doxygen1.2.18