| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647 | /* * This file is part of the StarPU Handbook. * Copyright (C) 2014  Centre National de la Recherche Scientifique * See the file version.doxy for copying conditions. *//*! \defgroup API_Tree Tree\brief This section describes the tree facilities provided by StarPU.\struct starpu_tree\ingroup API_Tree\var starpu_tree::nodestodo\var starpu_tree::fathertodo\var starpu_tree::aritytodo\var starpu_tree::idtodo\var starpu_tree::leveltodo\var starpu_tree::is_putodo\fn void starpu_tree_reset_visited(struct starpu_tree *tree, int *visited)\ingroup API_Treetodo\fn void starpu_tree_insert(struct starpu_tree *tree, int id, int level, int is_pu, int arity, struct starpu_tree *father)\ingroup API_Treetodo\fn struct starpu_tree *starpu_tree_get(struct starpu_tree *tree, int id)\ingroup API_Treetodo\fn struct starpu_tree *starpu_tree_get_neighbour(struct starpu_tree *tree, struct starpu_tree *node, int *visited, int *present)\ingroup API_Treetodo\fn int starpu_tree_free(struct starpu_tree *tree)\ingroup API_Treetodo*/
 |