Data Structures | |
| struct | ipair |
Public Member Functions | |
| Structure (Structure const &other) | |
| Structure & | operator= (Structure const &other) |
| Structure (Structure &&other)=default | |
| Structure & | operator= (Structure &&other)=default |
| bool | isZero () const |
| void | add (Expr const &t_factor) |
| void | mult (Expr const &t_factor) |
| void | mult (ipair const &p) |
| void | mult (ipair const &p, Expr const &t_factor) |
| void | simplify () |
| Structure & | operator*= (Structure const &other) |
| Structure | operator* (Structure const &other) const |
| bool | operator== (Structure const &other) const |
Static Public Member Functions | |
| static int | commonIndex (ipair const &p1, ipair const &p2) |
Data Fields | |
| size_t | reserveStorage = 10 |
| Expr | factor |
| std::vector< ipair > | indices |
1.8.13