#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_id_eval |
Preparation Evaluator for interval derivatives. More... | |
struct | coco::func_id_eval_type |
Visitor data for func_id_eval. More... | |
class | coco::func_id_eval |
Forward function range evaluation with preparation of interval derivative data. More... | |
struct | coco::ider_eval_type |
Visitor data for ider_eval. More... | |
class | coco::ider_eval |
Backward interval gradient evaluation with prepared interval derivative data. More... | |
Namespaces | |
namespace | coco |
the main namespace of the COCONUT API | |
Typedefs | |
typedef bool(* | coco::prep_id_evaluator )() |
typedef interval(* | coco::func_id_evaluator )(const std::vector< interval > *__x, const variable_indicator &__v, std::vector< interval > &__id_data) |
typedef std::vector< interval > &(* | coco::ider_evaluator )(const std::vector< interval > &__d_dat, const variable_indicator &__v) |
Definition in file ider_evaluator.h.