Home
last modified time | relevance | path

Searched refs:tree_exact_less_for_indexmap_obj (Results 1 – 7 of 7) sorted by relevance

/dports/math/cadabra2/cadabra2-2.3.6.8/tests/
H A Dtest_comparison.cc12 tree_exact_less_for_indexmap_obj compare; in main()
/dports/math/cadabra2/cadabra2-2.3.6.8/core/algorithms/
H A Dfactor_in.hh19 std::set<Ex, tree_exact_less_for_indexmap_obj> factnodes; // objects to be taken in brackets;
H A Drename_dummies.cc56 typedef std::map<Ex, Ex, tree_exact_less_for_indexmap_obj> repmap_t; in apply()
H A Devaluate.cc709 std::map<Ex, int, tree_exact_less_for_indexmap_obj> d2p; in handle_derivative()
/dports/math/cadabra2/cadabra2-2.3.6.8/core/
H A DIndexClassifier.hh23 typedef std::multimap<Ex, Ex::iterator, tree_exact_less_for_indexmap_obj> index_map_t;
H A DCompare.hh160 class tree_exact_less_for_indexmap_obj { class
H A DCompare.cc265 bool tree_exact_less_for_indexmap_obj::operator()(const Ex& one, const Ex& two) const in operator ()()