CppADCodeGen 2.4.3
A C++ Algorithmic Differentiation Package with Source Code Generation
|
Public Types | |
using | Node = OperationNode< Base > |
using | Path = OperationPathNode< Base > |
Public Attributes | |
std::vector< size_t > | arguments |
std::vector< Path > | usage |
Definition at line 22 of file bidir_graph.hpp.
using CppAD::cg::PathNodeEdges< Base >::Node = OperationNode<Base> |
Definition at line 24 of file bidir_graph.hpp.
using CppAD::cg::PathNodeEdges< Base >::Path = OperationPathNode<Base> |
Definition at line 25 of file bidir_graph.hpp.
std::vector<size_t> CppAD::cg::PathNodeEdges< Base >::arguments |
Definition at line 27 of file bidir_graph.hpp.
std::vector<Path> CppAD::cg::PathNodeEdges< Base >::usage |
Definition at line 28 of file bidir_graph.hpp.