62 void Expand(
const std::vector<double> &vars);
~Parabola()
Destroys the Parabola object.
Definition: Parabola.h:60
Parabola basis function.
Definition: Parabola.h:50
Generic linear equation class.
Definition: BasisFunction.h:64
void Expand(const std::vector< double > &vars)
This is the the overriding virtual function that provides the expansion into the parabolic equation...
Definition: Parabola.cpp:39
Parabola(const QString &bname="Parabola")
Create a Parabola object.
Definition: Parabola.h:56