#include <coconut_config.h>
#include <evaluator.h>
#include <expression.h>
#include <model.h>
#include <eval_main.h>
#include <linalg.h>
#include <math.h>
#include <api_exception.h>
Go to the source code of this file.
Classes | |
class | coco::prep_d_eval |
Preparation Evaluator for derivatives. More... | |
struct | coco::func_d_eval_type |
Visitor data for func_d_eval. More... | |
class | coco::func_d_eval |
Forward function evaluation with preparation of derivative data. More... | |
struct | coco::der_eval_type |
Visitor data for der_eval. More... | |
class | coco::der_eval |
Backward gradient evaluation with prepared derivative data. More... | |
Namespaces | |
namespace | coco |
the main namespace of the COCONUT API | |
Typedefs | |
typedef bool(* | coco::prep_d_evaluator )() |
typedef double(* | coco::func_d_evaluator )(const std::vector< double > *__x, const variable_indicator &__v, std::vector< double > &__d_data) |
typedef std::vector< double > &(* | coco::der_evaluator )(const std::vector< double > &__d_dat, const variable_indicator &__v) |
Definition in file der_evaluator.h.