|
Isis 3 Programmer Reference
|
1 #ifndef Basis1VariableFunction_h
2 #define Basis1VariableFunction_h
15 #include "BasisFunction.h"
Generic linear equation class.
virtual double DerivativeVar(const double value)=0
This will take the Derivative with respect to the variable and evaluate at given value.
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...
Basis1VariableFunction(const QString &name, int numCoefs)
Creates a Basis Function with a single variable.
Time based linear equation class.
virtual ~Basis1VariableFunction()
Destroys the Basis1VariableFunction object.
This is free and unencumbered software released into the public domain.