|
double | apply (const Matrix &P, OptionalJacobian< -1, -1 > H={}) const |
| Calculate component of component rowIndex_ of P. More...
|
|
double | operator() (const Matrix &P, OptionalJacobian< -1, -1 > H={}) const |
| c++ sugar More...
|
|
| VectorComponentFunctor () |
| For serialization. More...
|
|
| VectorComponentFunctor (size_t M, size_t N, size_t i, double x) |
| Construct with row index. More...
|
|
| VectorComponentFunctor (size_t M, size_t N, size_t i, double x, double a, double b) |
| Construct with row index and interval. More...
|
|
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 >::VectorComponentFunctor
Given a M*N Matrix of M-vectors at N polynomial points, an instance of VectorComponentFunctor computes the N-vector value for a specific row component of the M-vectors at all the polynomial points.
This component is specified by the row index i, with 0<i<M.
Definition at line 225 of file Basis.h.