|
double | apply (const typename DERIVED::Parameters &p, OptionalJacobian<-1, -1 > H={}) const |
| Regular 1D evaluation. More...
|
|
| EvaluationFunctor () |
| For serialization. More...
|
|
| EvaluationFunctor (size_t N, double x) |
| Constructor with interval [a,b]. More...
|
|
| EvaluationFunctor (size_t N, double x, double a, double b) |
| Constructor with interval [a,b]. More...
|
|
double | operator() (const typename DERIVED::Parameters &p, OptionalJacobian<-1, -1 > H={}) const |
| c++ sugar More...
|
|
void | print (const std::string &s="") const |
|
template<typename DERIVED>
class gtsam::Basis< DERIVED >::EvaluationFunctor
An instance of an EvaluationFunctor calculates f(x;p) at a given x
, applied to Parameters p
. This functor is used to evaluate a parameterized function at a given scalar value x. When given a specific N*1 vector of Parameters, returns the scalar value of the function at x, possibly with Jacobians wrpt the parameters.
Definition at line 127 of file Basis.h.