![]()  | 
  
  
  
    GiNaCRA
    0.6.4
    
   
   | 
  
  
  
 
Graded lexicographic ordering on expressions which are terms. More...
#include <constants.h>


Public Member Functions | |
| ex_is_less_deggrlex (const vector< symbol > &variables) | |
| bool | operator() (const ex &a, const ex &b) const | 
| Compares two expressions lexicographically by their string representations.   | |
| list< int > | exponents (const ex &p, const vector< symbol > &variables) const | 
Data Fields | |
| vector< symbol > | variables | 
Graded lexicographic ordering on expressions which are terms.
Definition at line 156 of file constants.h.
| GiNaC::ex_is_less_deggrlex::ex_is_less_deggrlex | ( | const vector< symbol > & | variables | ) |  [inline] | 
        
Definition at line 159 of file constants.h.
| list<int> GiNaC::ex_is_lessdeg::exponents | ( | const ex & | p, | 
| const vector< symbol > & | variables | ||
| ) |  const [inline, inherited] | 
        
Definition at line 143 of file constants.h.
Referenced by operator()(), and GiNaC::ex_is_less_degrevlex::operator()().
| bool GiNaC::ex_is_less_deggrlex::operator() | ( | const ex & | a, | 
| const ex & | b | ||
| ) |  const [inline] | 
        
Compares two expressions lexicographically by their string representations.
| a | |
| b | 
Reimplemented from GiNaC::ex_is_lessdeg.
Definition at line 168 of file constants.h.
References GiNaC::ex_is_lessdeg::exponents(), and GiNaC::ex_is_lessdeg::variables.
vector<symbol> GiNaC::ex_is_lessdeg::variables [inherited] | 
        
Definition at line 112 of file constants.h.
Referenced by operator()(), and GiNaC::ex_is_less_degrevlex::operator()().