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, char *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

EIGEN_MAKE_ALIGNED_OPERATOR_NEW 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

◆ Record()

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,
char *  ptr 
)
inline

Construct record by calling 3 argument expressions.

Definition at line 516 of file ExpressionNode.h.

Member Function Documentation

◆ print()

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 524 of file ExpressionNode.h.

◆ reverseAD4()

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 541 of file ExpressionNode.h.

◆ startReverseAD4()

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 533 of file ExpressionNode.h.

Member Data Documentation

◆ dTdA1

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

Definition at line 503 of file ExpressionNode.h.

◆ dTdA2

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 504 of file ExpressionNode.h.

◆ dTdA3

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 505 of file ExpressionNode.h.

◆ trace1

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

Definition at line 507 of file ExpressionNode.h.

◆ trace2

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

Definition at line 508 of file ExpressionNode.h.

◆ trace3

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

Definition at line 509 of file ExpressionNode.h.

◆ value1

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

Definition at line 511 of file ExpressionNode.h.

◆ value2

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

Definition at line 512 of file ExpressionNode.h.

◆ value3

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

Definition at line 513 of file ExpressionNode.h.


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


gtsam
Author(s):
autogenerated on Tue Jul 4 2023 02:47:15