1 #ifndef PolynomialBivariate_h 2 #define PolynomialBivariate_h 60 void Expand(
const std::vector<double> &vars);
PolynomialBivariate(int degree)
Create a PolynomialBivariate object.
~PolynomialBivariate()
Destroys the PolynomialBivariate object.
Nth degree Polynomial with two variables.
void Expand(const std::vector< double > &vars)
This is the the overriding virtual function that provides the expansion of the two input variables in...
int p_degree
The order/degree of the polynomial.
Generic linear equation class.
Namespace for ISIS/Bullet specific routines.