|
CppAD: A C++ Algorithmic Differentiation Package
20130102
|
Classes | |
| class | pod_vector< Type > |
| A vector class with Type element that does not use element constructors or destructors when Type is Plain Old Data (pod). More... | |
Files | |
| file | pod_vector.hpp |
File used to define pod_vector class. | |
Functions | |
| template<class Type > | |
| bool | is_pod (void) |
| default value is false | |
| template<> | |
| bool | is_pod< bool > (void) |
| system pod types so far: | |
| template<> | |
| bool | is_pod< char > (void) |
| template<> | |
| bool | is_pod< float > (void) |
| template<> | |
| bool | is_pod< double > (void) |
| template<> | |
| bool | is_pod< unsigned char > (void) |
| template<> | |
| bool | is_pod< unsigned short int > (void) |
| template<> | |
| bool | is_pod< unsigned int > (void) |
| template<> | |
| bool | is_pod< size_t > (void) |
| template<> | |
| bool | is_pod< OpCode > (void) |
| CppAD pod types so far: | |