30 #ifndef EIGEN_AUTODIFF_FUNCTOR_H_ 31 #define EIGEN_AUTODIFF_FUNCTOR_H_ 33 #include <Eigen/Dense> 37 template <
typename Scalar,
int CompileTimeInputSize,
int CompileTimeValueSize,
int CompileTimeJacobianCols>
40 typedef Eigen::Matrix<Scalar, CompileTimeInputSize, 1>
InputType;
41 typedef Eigen::Matrix<Scalar, CompileTimeValueSize, 1>
ValueType;
52 #endif // EIGEN_AUTODIFF_FUNCTOR_H_
FunctorBase< double, Eigen::Dynamic, Eigen::Dynamic, Eigen::Dynamic > Functor
Eigen::Matrix< Scalar, CompileTimeValueSize, 1 > ValueType
Eigen::Matrix< Scalar, CompileTimeInputSize, 1 > InputType