#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::iderf_ret_type |
Visitor data for iderf_eval return value. More... | |
struct | coco::iderf_eval_type |
Visitor data for iderf_eval. More... | |
class | coco::iderf_eval |
Forward function and derivative range evaluation. More... | |
Namespaces | |
namespace | coco |
the main namespace of the COCONUT API | |
Typedefs | |
typedef iderf_ret_type(* | coco::iderf_evaluator )(const std::vector< interval > *__x, const variable_indicator &__v) |
Definition in file iderf_evaluator.h.