|
CppAD: A C++ Algorithmic Differentiation Package
20130102
|
File used to define pod_vector class. More...
Go to the source code of this file.
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... | |
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: | |
File used to define pod_vector class.
Definition in file pod_vector.hpp.