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

Public Member Functions

 IndependentOrder (const std::vector< const OperationNode< Base > * > &myOrder)
 

Public Attributes

const std::vector< const OperationNode< Base > * > order
 

Detailed Description

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

Definition at line 22 of file loop.hpp.

Constructor & Destructor Documentation

◆ IndependentOrder()

template<class Base >
CppAD::cg::IndependentOrder< Base >::IndependentOrder ( const std::vector< const OperationNode< Base > * > &  myOrder)
inline

Definition at line 27 of file loop.hpp.

Member Data Documentation

◆ order

template<class Base >
const std::vector<const OperationNode<Base>*> CppAD::cg::IndependentOrder< Base >::order

Definition at line 25 of file loop.hpp.


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