#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_cache |
Cache 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 | |
Variables | |
struct coco::der_cache * | coco::f_data |
Cache data for der_eval. | |
std::vector< der_cache > * | coco::d_data |
std::vector< double > * | coco::grad_vec |
const model * | coco::mod |
double | coco::mult |
double | coco::mult_trans |
unsigned int | coco::child_n |