|
GiNaC
1.6.2
|
This structure holds information about the highest and lowest degrees in which a symbol appears in two multivariate polynomials "a" and "b". More...
Public Member Functions | |
| bool | operator< (const sym_desc &x) const |
| Commparison operator for sorting. | |
Public Attributes | |
| ex | sym |
| Reference to symbol. | |
| int | deg_a |
| Highest degree of symbol in polynomial "a". | |
| int | deg_b |
| Highest degree of symbol in polynomial "b". | |
| int | ldeg_a |
| Lowest degree of symbol in polynomial "a". | |
| int | ldeg_b |
| Lowest degree of symbol in polynomial "b". | |
| int | max_deg |
| Maximum of deg_a and deg_b (Used for sorting) | |
| size_t | max_lcnops |
| Maximum number of terms of leading coefficient of symbol in both polynomials. | |
This structure holds information about the highest and lowest degrees in which a symbol appears in two multivariate polynomials "a" and "b".
A vector of these structures with information about all symbols in two polynomials can be created with the function get_symbol_stats().
Definition at line 122 of file normal.cpp.
| bool GiNaC::sym_desc::operator< | ( | const sym_desc & | x | ) | const [inline] |
Commparison operator for sorting.
Definition at line 145 of file normal.cpp.
References max_deg, and max_lcnops.
Highest degree of symbol in polynomial "a".
Definition at line 127 of file normal.cpp.
Highest degree of symbol in polynomial "b".
Definition at line 130 of file normal.cpp.
Lowest degree of symbol in polynomial "a".
Definition at line 133 of file normal.cpp.
Lowest degree of symbol in polynomial "b".
Definition at line 136 of file normal.cpp.
Maximum of deg_a and deg_b (Used for sorting)
Definition at line 139 of file normal.cpp.
Referenced by operator<().
| size_t GiNaC::sym_desc::max_lcnops |
Maximum number of terms of leading coefficient of symbol in both polynomials.
Definition at line 142 of file normal.cpp.
Referenced by operator<().