|
|
EIGEN_MAKE_ALIGNED_OPERATOR_NEW | VectorEvaluationFunctor () |
| | For serialization.
|
| |
|
| VectorEvaluationFunctor (size_t N, double x) |
| | Default Constructor.
|
| |
|
| VectorEvaluationFunctor (size_t N, double x, double a, double b) |
| | Constructor, with interval [a,b].
|
| |
|
VectorM | apply (const ParameterMatrix< M > &P, OptionalJacobian< -1, -1 > H={}) const |
| | M-dimensional evaluation.
|
| |
|
VectorM | operator() (const ParameterMatrix< M > &P, OptionalJacobian< -1, -1 > H={}) const |
| | c++ sugar
|
| |
template<typename DERIVED>
template<int M>
class gtsam::Basis< DERIVED >::VectorEvaluationFunctor< M >
VectorEvaluationFunctor at a given x, applied to ParameterMatrix<M>. This functor is used to evaluate a parameterized function at a given scalar value x. When given a specific M*N parameters, returns an M-vector the M corresponding functions at x, possibly with Jacobians wrpt the parameters.