2#ifndef NthOrderPolynomial_h 
    3#define NthOrderPolynomial_h 
   11#include "BasisFunction.h" 
   36      void Expand(
const std::vector<double> &vars);
 
 
Generic linear equation class.
NthOrderPolynomial basis function.
void Expand(const std::vector< double > &vars)
This is the the overriding virtual function that provides the expansion into the nth order polynomial...
NthOrderPolynomial(int degree)
Create an NthOrderPolynomial.
~NthOrderPolynomial()
Destroys the NthOrderPolynomial object.
This is free and unencumbered software released into the public domain.