1#ifndef PolynomialBivariate_h
2#define PolynomialBivariate_h
10#include "BasisFunction.h"
44 void Expand(
const std::vector<double> &vars);
Generic linear equation class.
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...
PolynomialBivariate(int degree)
Create a PolynomialBivariate object.
int p_degree
The order/degree of the polynomial.
~PolynomialBivariate()
Destroys the PolynomialBivariate object.
This is free and unencumbered software released into the public domain.