#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::func_cache |
Cache data for func_eval. More... | |
struct | coco::func_eval_type |
Visitor data for func_eval. More... | |
class | coco::func_eval |
Forward function evaluation. More... | |
Namespaces | |
namespace | coco |
the main namespace of the COCONUT API |