#include <ihess_evaluator.h>

Public Attributes | |
| const std::vector< diffI > * | x |
| const std::vector< interval > * | range |
| std::vector< diffI > * | f_cache |
| std::vector< std::vector < interval > > * | h_data |
| std::vector< std::vector < interval > > * | d_data |
| std::vector< unsigned int > * | t |
| std::vector< bool > * | b |
| ihessForwardEvaluatorReturnValue | r |
| diffI | carry |
| const model * | mod |
| void * | p |
| interval | d |
| unsigned int | n |
| unsigned int | info |
Definition at line 152 of file ihess_evaluator.h.
| std::vector<bool>* coco::ihessForwardEvaluatorType::b |
Definition at line 160 of file ihess_evaluator.h.
Definition at line 162 of file ihess_evaluator.h.
Definition at line 165 of file ihess_evaluator.h.
| std::vector<std::vector<interval> >* coco::ihessForwardEvaluatorType::d_data |
Definition at line 158 of file ihess_evaluator.h.
| std::vector<diffI>* coco::ihessForwardEvaluatorType::f_cache |
Definition at line 156 of file ihess_evaluator.h.
| std::vector<std::vector<interval> >* coco::ihessForwardEvaluatorType::h_data |
Definition at line 157 of file ihess_evaluator.h.
| unsigned int coco::ihessForwardEvaluatorType::info |
Definition at line 166 of file ihess_evaluator.h.
Definition at line 163 of file ihess_evaluator.h.
| unsigned int coco::ihessForwardEvaluatorType::n |
Definition at line 166 of file ihess_evaluator.h.
Definition at line 164 of file ihess_evaluator.h.
Definition at line 161 of file ihess_evaluator.h.
| const std::vector<interval>* coco::ihessForwardEvaluatorType::range |
the ranges of all nodes
Definition at line 155 of file ihess_evaluator.h.
| std::vector<unsigned int>* coco::ihessForwardEvaluatorType::t |
Definition at line 159 of file ihess_evaluator.h.
| const std::vector<diffI>* coco::ihessForwardEvaluatorType::x |
Definition at line 154 of file ihess_evaluator.h.
1.5.8