#include <hess_evaluator.h>

Public Attributes | |
| const std::vector< diffNumber > * | x |
| std::vector< diffNumber > * | f_cache |
| std::vector< std::vector < double > > * | h_data |
| std::vector< std::vector < double > > * | d_data |
| std::vector< unsigned int > * | t |
| std::vector< bool > * | b |
| hessForwardEvaluatorReturnValue | r |
| diffNumber | carry |
| const model * | mod |
| union { | |
| void * p | |
| double d | |
| } | u |
| unsigned int | n |
| unsigned int | info |
Definition at line 152 of file hess_evaluator.h.
| std::vector<bool>* coco::hessForwardEvaluatorType::b |
Definition at line 159 of file hess_evaluator.h.
Definition at line 161 of file hess_evaluator.h.
Definition at line 163 of file hess_evaluator.h.
| std::vector<std::vector<double> >* coco::hessForwardEvaluatorType::d_data |
Definition at line 157 of file hess_evaluator.h.
| std::vector<diffNumber>* coco::hessForwardEvaluatorType::f_cache |
Definition at line 155 of file hess_evaluator.h.
| std::vector<std::vector<double> >* coco::hessForwardEvaluatorType::h_data |
Definition at line 156 of file hess_evaluator.h.
| unsigned int coco::hessForwardEvaluatorType::info |
Definition at line 164 of file hess_evaluator.h.
Definition at line 162 of file hess_evaluator.h.
| unsigned int coco::hessForwardEvaluatorType::n |
Definition at line 164 of file hess_evaluator.h.
Definition at line 163 of file hess_evaluator.h.
Definition at line 160 of file hess_evaluator.h.
| std::vector<unsigned int>* coco::hessForwardEvaluatorType::t |
Definition at line 158 of file hess_evaluator.h.
| union { ... } coco::hessForwardEvaluatorType::u |
| const std::vector<diffNumber>* coco::hessForwardEvaluatorType::x |
Definition at line 154 of file hess_evaluator.h.
1.5.8