#include <Basis.h>

| Public Member Functions | |
| double | apply (const typename DERIVED::Parameters &p, OptionalJacobian< -1, -1 > H={}) const | 
| DerivativeFunctor () | |
| For serialization.  More... | |
| DerivativeFunctor (size_t N, double x) | |
| DerivativeFunctor (size_t N, double x, double a, double b) | |
| double | operator() (const typename DERIVED::Parameters &p, OptionalJacobian< -1, -1 > H={}) const | 
| c++ sugar  More... | |
| Additional Inherited Members | |
|  Protected Member Functions inherited from gtsam::Basis< DERIVED >::DerivativeFunctorBase | |
| DerivativeFunctorBase () | |
| For serialization.  More... | |
| DerivativeFunctorBase (size_t N, double x) | |
| DerivativeFunctorBase (size_t N, double x, double a, double b) | |
| void | print (const std::string &s="") const | 
|  Protected Attributes inherited from gtsam::Basis< DERIVED >::DerivativeFunctorBase | |
| Weights | weights_ | 
An instance of a DerivativeFunctor calculates f'(x;p) at a given x, applied to Parameters p. When given a scalar value x and a specific N*1 vector of Parameters, this functor returns the scalar derivative value of the function at x, possibly with Jacobians wrpt the parameters. 
| 
 | inline | 
| 
 | inline | 
| 
 | inline | 
| 
 | inline | 
| 
 | inline |