CppADCodeGen 2.4.3
A C++ Algorithmic Differentiation Package with Source Code Generation
Loading...
Searching...
No Matches
CppAD::cg::PathNodeEdges< Base > Class Template Reference
Inheritance diagram for CppAD::cg::PathNodeEdges< Base >:
Inheritance graph
Collaboration diagram for CppAD::cg::PathNodeEdges< Base >:
Collaboration graph

Public Types

using Node = OperationNode< Base >
 
using Path = OperationPathNode< Base >
 

Public Attributes

std::vector< size_t > arguments
 
std::vector< Pathusage
 

Detailed Description

template<class Base>
class CppAD::cg::PathNodeEdges< Base >

Definition at line 22 of file bidir_graph.hpp.

Member Typedef Documentation

◆ Node

template<class Base >
using CppAD::cg::PathNodeEdges< Base >::Node = OperationNode<Base>

Definition at line 24 of file bidir_graph.hpp.

◆ Path

template<class Base >
using CppAD::cg::PathNodeEdges< Base >::Path = OperationPathNode<Base>

Definition at line 25 of file bidir_graph.hpp.

Member Data Documentation

◆ arguments

template<class Base >
std::vector<size_t> CppAD::cg::PathNodeEdges< Base >::arguments

Definition at line 27 of file bidir_graph.hpp.

◆ usage

template<class Base >
std::vector<Path> CppAD::cg::PathNodeEdges< Base >::usage

Definition at line 28 of file bidir_graph.hpp.


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