Go to the source code of this file.
Classes | |
| class | Sundance::StdSumTransformations |
| Apply a standard set of transformations. More... | |
| class | Sundance::IdentifyPolynomialSum |
| Rewrite a sum as a polynomial object, if possible. More... | |
| class | Sundance::ReorderSum |
| Put terms in a standard order. More... | |
| class | Sundance::RemoveUnaryMinusFromSum |
| Simplify sums involving unary minuses
. More... | |
| class | Sundance::RemoveZeroFromSum |
| Transform a sum by removing a zero term:
. More... | |
| class | Sundance::SumConstants |
| Sum two constant exprs without transformation. More... | |
| class | Sundance::MoveConstantsToLeftOfSum |
| Transform a sum by moving any constants to the left:
. More... | |
| class | Sundance::RearrangeRightSumWithConstant |
| Rearrange a sum whose right operand is a sum including a constant such that constants are grouped on the left:
. More... | |
| class | Sundance::RearrangeLeftSumWithConstant |
| Rearrange a sum whose left operand is a sum including a constant such that constants are grouped on the left:
. More... | |
| class | Sundance::SumIntegrals |
| Transform sum of integrals to SumOfIntegral objects. More... | |
Namespaces | |
| namespace | Sundance |