|
copasi API
0.1
|
| add(const CNormalProduct &product) | CNormalSum | |
| add(const CNormalFraction &fraction) | CNormalSum | |
| add(const CNormalSum &sum) | CNormalSum | |
| areEqual(const CNormalBase &rhs) const | CNormalBase | [virtual] |
| checkFactor(const CNormalItemPower &itemPower) const | CNormalSum | |
| checkIsOne() const | CNormalSum | |
| checkIsZero() const | CNormalSum | |
| CNormalSum() | CNormalSum | |
| CNormalSum(const CNormalSum &src) | CNormalSum | |
| copy() const | CNormalSum | [virtual] |
| createUnitSum() | CNormalSum | [static] |
| divide(const CNormalItemPower &itemPower) | CNormalSum | |
| getFractions() const | CNormalSum | |
| getProducts() const | CNormalSum | |
| getSize() const | CNormalSum | |
| multiply(const C_FLOAT64 &number) | CNormalSum | |
| multiply(const CNormalItemPower &itemPower) | CNormalSum | |
| multiply(const CNormalSum &sum) | CNormalSum | |
| multiply(const CNormalLcm &lcm) | CNormalSum | |
| operator<(const CNormalSum &rhs) const | CNormalSum | |
| operator<<(std::ostream &os, const CNormalSum &d) | CNormalSum | [friend] |
| operator=(const CNormalSum &src) | CNormalSum | |
| operator==(const CNormalSum &rhs) const | CNormalSum | |
| setFractions(const std::set< CNormalFraction * > &set) | CNormalSum | |
| setProducts(const std::set< CNormalProduct *, compareProducts > &set) | CNormalSum | |
| simplify() | CNormalSum | [virtual] |
| toString() const | CNormalSum | [virtual] |
| ~CNormalBase() | CNormalBase | [inline, virtual] |
| ~CNormalSum() | CNormalSum | [virtual] |
1.7.5.1