GiNaCRA
0.6.4
|
Prototypal ordering on pairs of expressions which represent terms. More...
#include <constants.h>
Public Member Functions | |
expair_is_lesseq (const vector< symbol > &variables) | |
bool | operator() (const pair< ex, ex > &a, const pair< ex, ex > &b) const |
Compares two expressions lexicographically by their string representations. | |
Data Fields | |
vector< symbol > | variables |
Prototypal ordering on pairs of expressions which represent terms.
Definition at line 247 of file constants.h.
GiNaC::expair_is_lesseq< monomialOrdering >::expair_is_lesseq | ( | const vector< symbol > & | variables | ) | [inline] |
Definition at line 252 of file constants.h.
bool GiNaC::expair_is_lesseq< monomialOrdering >::operator() | ( | const pair< ex, ex > & | a, |
const pair< ex, ex > & | b | ||
) | const [inline] |
Compares two expressions lexicographically by their string representations.
a | |
b |
Definition at line 261 of file constants.h.
References GiNaC::expair_is_lesseq< monomialOrdering >::variables.
vector<symbol> GiNaC::expair_is_lesseq< monomialOrdering >::variables |
Definition at line 250 of file constants.h.
Referenced by GiNaC::expair_is_lesseq< monomialOrdering >::operator()().