#include <Expression.h>
Public Types | |
typedef std::function< T(const A1 &, const A2 &, const A3 &, typename MakeOptionalJacobian< T, A1 >::type, typename MakeOptionalJacobian< T, A2 >::type, typename MakeOptionalJacobian< T, A3 >::type)> | type |
Definition at line 82 of file Expression.h.
typedef std::function< T(const A1&, const A2&, const A3&, typename MakeOptionalJacobian<T, A1>::type, typename MakeOptionalJacobian<T, A2>::type, typename MakeOptionalJacobian<T, A3>::type)> gtsam::Expression< T >::TernaryFunction< A1, A2, A3 >::type |
Definition at line 87 of file Expression.h.