23 #ifndef Basis1VariableFunction_h    24 #define Basis1VariableFunction_h    94       virtual double DerivativeCoef(
const double value, 
const int coefIndex) = 0;
 
virtual double DerivativeCoef(const double value, const int coefIndex)=0
Evaluate the derivative defined by the given coefficients with respect to the coefficient at the give...
 
virtual ~Basis1VariableFunction()
Destroys the Basis1VariableFunction object. 
Definition: Basis1VariableFunction.h:70
 
virtual double DerivativeVar(const double value)=0
This will take the Derivative with respect to the variable and evaluate at given value. 
 
Generic linear equation class. 
Definition: BasisFunction.h:64
 
Time based linear equation class. 
Definition: Basis1VariableFunction.h:66
 
Namespace for ISIS/Bullet specific routines. 
Definition: Apollo.h:31
 
Basis1VariableFunction(const QString &name, int numCoefs)
Creates a Basis Function with a single variable. 
Definition: Basis1VariableFunction.cpp:41