#include <PolynomialIF.H>
Public Member Functions | |
| void | partialDerivative (PolyTerm &a_partial, const IntVect &a_whichPartial, const PolyTerm &a_poly) const |
| void | firstOrderPartial (PolyTerm &a_partial, const int &a_whichPartial) const |
Public Attributes | |
| Real | coef |
| IntVect | powers |
| void PolyTerm::partialDerivative | ( | PolyTerm & | a_partial, | |
| const IntVect & | a_whichPartial, | |||
| const PolyTerm & | a_poly | |||
| ) | const |
Partial derivative
| void PolyTerm::firstOrderPartial | ( | PolyTerm & | a_partial, | |
| const int & | a_whichPartial | |||
| ) | const |
First order partial
Coefficient of this polynomial term
Powers of this polynomial term
1.5.5