#include <coconut_config.h>
#include <search_graph_funcs.h>
Go to the source code of this file.
Namespaces | |
namespace | coco |
the main namespace of the COCONUT API | |
Functions | |
void | coco::get_ids (const std::vector< si_ri_pair > &riv, std::vector< search_node_id > &v) |
void | coco::get_leaves_vector (const search_graph &__sgraph, std::vector< si_ri_pair > &v, search_inspector *sfoc=NULL) |
Sparsity calculation (Hessian and Jacobian). | |
bool | coco::get_children_vector (const search_graph &__sgraph, const search_node_id &pid, std::vector< si_ri_pair > &v, search_inspector *sfoc) |
Definition in file search_graph_funcs.cc.