| Interface | Description |
|---|---|
| PNodeI |
An element in a polynomial representation of an expression.
|
| Class | Description |
|---|---|
| AbstractPNode |
Default methods, when more specific methods do not work.
|
| Monomial |
Represents an imutable monomial a x^i * y^j * ...
|
| MutiableMonomial |
A mutable monomial representing a * x^i * y^j * ...
|
| MutiablePolynomial |
A mutable polynomial representing a + b + c.
|
| PConstant |
Represents a constant.
|
| PFunction |
Represents a function.
|
| Polynomial |
Represents a polynomial.
|
| PolynomialCreator |
Main entry point for simplification routines.
|
| POperator |
Represents an operator.
|
| PVariable |
Represents a variable.
|
Copyright © 2018. All rights reserved.