42 std::ostringstream msg;
43 msg <<
"Number of variables given (" << vars.size()
44 <<
") does not match expected (" <<
Variables() <<
")!"
53 p_terms.push_back(vars[0] * vars[0]);
std::vector< double > p_terms
A vector of the terms in the equation.
int Variables() const
Returns the number of variables in the equation.
void Expand(const std::vector< double > &vars)
This is the the overriding virtual function that provides the expansion into the parabolic equation...