This header provides a single inclusion point for autodiff-related header files in the drake/common directory.
Users should include this file. Including other individual headers is not supported.
Namespaces | |
| namespace | drake |
Typedefs | |
| using | AutoDiffXd = drake::ad::AutoDiff |
| A scalar type that performs automatic differentiation. | |
| using | AutoDiffVecXd = Eigen::Matrix<AutoDiffXd, Eigen::Dynamic, 1> |
| A dynamic-sized vector of autodiff variables. | |