Public Member Functions | Public Attributes | List of all members
gtsam::internal::TernaryExpression< T, A1, A2, A3 >::Record Struct Reference

#include <ExpressionNode.h>

Inheritance diagram for gtsam::internal::TernaryExpression< T, A1, A2, A3 >::Record:
Inheritance graph
[legend]

Public Member Functions

void print (const std::string &indent) const
 Print to std::cout. More...
 
 Record (const Values &values, const ExpressionNode< A1 > &expression1, const ExpressionNode< A2 > &expression2, const ExpressionNode< A3 > &expression3, ExecutionTraceStorage *ptr)
 Construct record by calling 3 argument expressions. 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, see comments in Base. 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
 
Jacobian< T, A2 >::type dTdA2
 
Jacobian< T, A3 >::type dTdA3
 
ExecutionTrace< A1 > trace1
 
ExecutionTrace< A2 > trace2
 
ExecutionTrace< A3 > trace3
 
A1 value1
 
A2 value2
 
A3 value3
 

Detailed Description

template<class T, class A1, class A2, class A3>
struct gtsam::internal::TernaryExpression< T, A1, A2, A3 >::Record

Definition at line 499 of file ExpressionNode.h.

Constructor & Destructor Documentation

template<class T , class A1 , class A2 , class A3 >
gtsam::internal::TernaryExpression< T, A1, A2, A3 >::Record::Record ( const Values values,
const ExpressionNode< A1 > &  expression1,
const ExpressionNode< A2 > &  expression2,
const ExpressionNode< A3 > &  expression3,
ExecutionTraceStorage ptr 
)
inline

Construct record by calling 3 argument expressions.

Definition at line 514 of file ExpressionNode.h.

Member Function Documentation

template<class T , class A1 , class A2 , class A3 >
void gtsam::internal::TernaryExpression< T, A1, A2, A3 >::Record::print ( const std::string &  indent) const
inline

Print to std::cout.

Definition at line 522 of file ExpressionNode.h.

template<class T , class A1 , class A2 , class A3 >
template<typename MatrixType >
void gtsam::internal::TernaryExpression< T, A1, A2, A3 >::Record::reverseAD4 ( const MatrixType dFdT,
JacobianMap jacobians 
) const
inline

Given df/dT, multiply in dT/dA and continue reverse AD process.

Definition at line 539 of file ExpressionNode.h.

template<class T , class A1 , class A2 , class A3 >
void gtsam::internal::TernaryExpression< T, A1, A2, A3 >::Record::startReverseAD4 ( JacobianMap jacobians) const
inline

Start the reverse AD process, see comments in Base.

Definition at line 531 of file ExpressionNode.h.

Member Data Documentation

template<class T , class A1 , class A2 , class A3 >
Jacobian<T, A1>::type gtsam::internal::TernaryExpression< T, A1, A2, A3 >::Record::dTdA1

Definition at line 501 of file ExpressionNode.h.

template<class T , class A1 , class A2 , class A3 >
Jacobian<T, A2>::type gtsam::internal::TernaryExpression< T, A1, A2, A3 >::Record::dTdA2

Definition at line 502 of file ExpressionNode.h.

template<class T , class A1 , class A2 , class A3 >
Jacobian<T, A3>::type gtsam::internal::TernaryExpression< T, A1, A2, A3 >::Record::dTdA3

Definition at line 503 of file ExpressionNode.h.

template<class T , class A1 , class A2 , class A3 >
ExecutionTrace<A1> gtsam::internal::TernaryExpression< T, A1, A2, A3 >::Record::trace1

Definition at line 505 of file ExpressionNode.h.

template<class T , class A1 , class A2 , class A3 >
ExecutionTrace<A2> gtsam::internal::TernaryExpression< T, A1, A2, A3 >::Record::trace2

Definition at line 506 of file ExpressionNode.h.

template<class T , class A1 , class A2 , class A3 >
ExecutionTrace<A3> gtsam::internal::TernaryExpression< T, A1, A2, A3 >::Record::trace3

Definition at line 507 of file ExpressionNode.h.

template<class T , class A1 , class A2 , class A3 >
A1 gtsam::internal::TernaryExpression< T, A1, A2, A3 >::Record::value1

Definition at line 509 of file ExpressionNode.h.

template<class T , class A1 , class A2 , class A3 >
A2 gtsam::internal::TernaryExpression< T, A1, A2, A3 >::Record::value2

Definition at line 510 of file ExpressionNode.h.

template<class T , class A1 , class A2 , class A3 >
A3 gtsam::internal::TernaryExpression< T, A1, A2, A3 >::Record::value3

Definition at line 511 of file ExpressionNode.h.


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


gtsam
Author(s):
autogenerated on Sat May 8 2021 02:58:38