CppAD: A C++ Algorithmic Differentiation Package  20171217
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
CppAD::atomic_base< Base >::work_struct Struct Reference

temporary work space used by member functions, declared here to avoid More...

Public Attributes

vector< bool > bool_h
 
vector< bool > bool_r
 
vector< bool > bool_s
 
vector< bool > bool_t
 
vector< bool > bool_u
 
vectorBool pack_h
 
vectorBool pack_r
 
vectorBool pack_s
 
vectorBool pack_u
 
vector< std::set< size_t > > set_h
 
vector< std::set< size_t > > set_r
 
vector< std::set< size_t > > set_s
 
vector< std::set< size_t > > set_u
 
vector< Base > tx
 
vector< Base > ty
 
vector< bool > vx
 
vector< bool > vy
 

Detailed Description

template<class Base>
struct CppAD::atomic_base< Base >::work_struct

temporary work space used by member functions, declared here to avoid

Definition at line 52 of file atomic_base.hpp.


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