Searched refs:tree_exact_less_for_indexmap_obj (Results 1 – 7 of 7) sorted by relevance
12 tree_exact_less_for_indexmap_obj compare; in main()
19 std::set<Ex, tree_exact_less_for_indexmap_obj> factnodes; // objects to be taken in brackets;
56 typedef std::map<Ex, Ex, tree_exact_less_for_indexmap_obj> repmap_t; in apply()
709 std::map<Ex, int, tree_exact_less_for_indexmap_obj> d2p; in handle_derivative()
23 typedef std::multimap<Ex, Ex::iterator, tree_exact_less_for_indexmap_obj> index_map_t;
160 class tree_exact_less_for_indexmap_obj { class
265 bool tree_exact_less_for_indexmap_obj::operator()(const Ex& one, const Ex& two) const in operator ()()