GTSAM  4.0.2
C++ library for smoothing and mapping (SAM)
Public Member Functions | Protected Types | Protected Member Functions | Protected Attributes | List of all members
gtsam::Basis< DERIVED >::VectorComponentFunctor< M > Class Template Reference

#include <Basis.h>

Inheritance diagram for gtsam::Basis< DERIVED >::VectorComponentFunctor< M >:
Inheritance graph
[legend]
Collaboration diagram for gtsam::Basis< DERIVED >::VectorComponentFunctor< M >:
Collaboration graph
[legend]

Public Member Functions

 VectorComponentFunctor ()
 For serialization.
 
 VectorComponentFunctor (size_t N, size_t i, double x)
 Construct with row index.
 
 VectorComponentFunctor (size_t N, size_t i, double x, double a, double b)
 Construct with row index and interval.
 
double apply (const ParameterMatrix< M > &P, OptionalJacobian< -1, -1 > H={}) const
 Calculate component of component rowIndex_ of P.
 
double operator() (const ParameterMatrix< M > &P, OptionalJacobian< -1, -1 > H={}) const
 c++ sugar
 
double apply (const typename DERIVED::Parameters &p, OptionalJacobian<-1, -1 > H={}) const
 Regular 1D evaluation.
 
double operator() (const typename DERIVED::Parameters &p, OptionalJacobian<-1, -1 > H={}) const
 c++ sugar
 
void print (const std::string &s="") const
 

Protected Types

using Jacobian = Eigen::Matrix< double, 1, -1 >
 

Protected Member Functions

void calculateJacobian (size_t N)
 

Protected Attributes

size_t rowIndex_
 
Jacobian H_
 
Weights weights_
 

Detailed Description

template<typename DERIVED>
template<int M>
class gtsam::Basis< DERIVED >::VectorComponentFunctor< M >

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.


The documentation for this class was generated from the following file: