#include <ExpressionNode.h>

Public Member Functions | |
| void | print (const std::string &indent) const |
| Print to std::cout. More... | |
| Record (const Values &values, const ExpressionNode< A1 > &expression1, char *ptr) | |
| Construct record by calling argument expression. More... | |
| template<typename MatrixType > | |
| void | reverseAD4 (const MatrixType &dFdT, JacobianMap &jacobians) const |
| Given df/dT, multiply in dT/dA and continue reverse AD process. More... | |
| void | startReverseAD4 (JacobianMap &jacobians) const |
| Start the reverse AD process. More... | |
Public Member Functions inherited from gtsam::internal::CallRecord< Cols > | |
| void | print (const std::string &indent) const |
| template<typename Derived > | |
| void | reverseAD2 (const Eigen::MatrixBase< Derived > &dFdT, JacobianMap &jacobians) const |
| void | reverseAD2 (const Matrix &dFdT, JacobianMap &jacobians) const |
| void | startReverseAD2 (JacobianMap &jacobians) const |
| virtual | ~CallRecord () |
Public Attributes | |
| Jacobian< T, A1 >::type | dTdA1 |
| ExecutionTrace< A1 > | trace1 |
| A1 | value1 |
Definition at line 273 of file ExpressionNode.h.
|
inline |
Construct record by calling argument expression.
Definition at line 280 of file ExpressionNode.h.
|
inline |
Print to std::cout.
Definition at line 284 of file ExpressionNode.h.
|
inline |
Given df/dT, multiply in dT/dA and continue reverse AD process.
Definition at line 305 of file ExpressionNode.h.
|
inline |
Start the reverse AD process.
Definition at line 291 of file ExpressionNode.h.
| Jacobian<T, A1>::type gtsam::internal::UnaryExpression< T, A1 >::Record::dTdA1 |
Definition at line 275 of file ExpressionNode.h.
| ExecutionTrace<A1> gtsam::internal::UnaryExpression< T, A1 >::Record::trace1 |
Definition at line 276 of file ExpressionNode.h.
| A1 gtsam::internal::UnaryExpression< T, A1 >::Record::value1 |
Definition at line 277 of file ExpressionNode.h.