#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 | |
struct | coco::dfunc_eval_rettype< _T, DN > |
struct | coco::dfunc_eval_type< _T, DN > |
class | coco::dfunc_eval< _T, DN > |
Namespaces | |
namespace | coco |
the main namespace of the COCONUT API | |
Typedefs | |
typedef double(* | coco::func_evaluator )(const std::vector< double > *__x, const variable_indicator &__v) |
Definition in file dfunc_evaluator.h.