Searched refs:nset_t (Results 1 – 15 of 15) sorted by relevance
/dports/math/cadabra2/cadabra2-2.3.6.8/core/ |
H A D | Storage.hh | 39 typedef std::set<std::string> nset_t; typedef 46 extern nset_t name_set; 64 str_node(nset_t::iterator name, bracket_t btype=b_none, parent_rel_t ptype=p_none); 71 nset_t::iterator name; 115 nset_t::iterator name_only(); 212 nset_t::iterator equation_label(iterator it) const; 214 iterator equation_by_name(nset_t::iterator it) const; 215 iterator equation_by_name(nset_t::iterator it, unsigned int& ) const; 220 iterator procedure_by_name(nset_t::iterator it) const; 289 bool operator()(nset_t::iterator first, nset_t::iterator second) const;
|
H A D | Algorithm.hh | 162 static bool less_without_numbers(nset_t::iterator, nset_t::iterator); 163 static bool equal_without_numbers(nset_t::iterator, nset_t::iterator);
|
H A D | Storage.cc | 36 nset_t name_set; 465 nset_t::iterator Ex::equation_label(Ex::iterator it) const in equation_label() 467 nset_t::iterator ret=name_set.end(); in equation_label() 520 Ex::iterator Ex::equation_by_name(nset_t::iterator nit) const in equation_by_name() 526 Ex::iterator Ex::equation_by_name(nset_t::iterator nit, unsigned int& tmp) const in equation_by_name() 561 Ex::iterator Ex::procedure_by_name(nset_t::iterator nit) const in procedure_by_name() 724 str_node::str_node(nset_t::iterator nm, bracket_t br, parent_rel_t pr) in str_node() 931 nset_t::iterator str_node::name_only() in name_only() 987 bool nset_it_less::operator()(nset_t::iterator first, nset_t::iterator second) const in operator ()()
|
H A D | Exchange.hh | 70 nset_t::iterator name;
|
H A D | DisplaySympy.hh | 87 std::map<nset_t::iterator, Ex, nset_it_less> depsyms;
|
H A D | DisplayMMA.hh | 93 std::map<nset_t::iterator, Ex, nset_it_less> depsyms;
|
H A D | Algorithm.cc | 1106 bool Algorithm::less_without_numbers(nset_t::iterator it1, nset_t::iterator it2) in less_without_numbers() 1127 bool Algorithm::equal_without_numbers(nset_t::iterator it1, nset_t::iterator it2) in equal_without_numbers()
|
H A D | Compare.hh | 279 typedef std::map<nset_t::iterator, Ex::iterator, nset_it_less> subtree_replacement_map_t;
|
H A D | Props.hh | 261 typedef std::multimap<nset_t::iterator, pat_prop_pair_t, nset_it_less> property_map_t;
|
H A D | IndexClassifier.cc | 521 nset_t::iterator newnm=name_set.insert(str.str()).first; in get_dummy()
|
/dports/math/cadabra2/cadabra2-2.3.6.8/core/algorithms/ |
H A D | combine.hh | 16 typedef std::map<nset_t::iterator, iterator> indexlocmap_t;
|
H A D | reduce_delta.cc | 69 const nset_t::iterator onept=name_set.insert("1").first; in one_step_()
|
H A D | rename_dummies.cc | 64 std::multimap<nset_t::iterator, index_iterator, nset_it_less> parent_sorted_indices; in apply()
|
H A D | eliminate_kronecker.cc | 27 const nset_t::iterator onept=name_set.insert("1").first; in apply()
|
H A D | meld.cc | 164 std::map<nset_t::iterator, Ident, nset_it_less> idents; in symmetrize()
|