CppAD: A C++ Algorithmic Differentiation Package
20130918
|
File used to define pod_vector class. More...
Go to the source code of this file.
Classes | |
class | CppAD::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... | |
Namespaces | |
namespace | CppAD |
contains all the variables and functions defined by the CppAD package. | |
Functions | |
template<class Type > | |
bool | CppAD::is_pod (void) |
default value is false | |
template<> | |
bool | CppAD::is_pod< bool > (void) |
system pod types so far: | |
template<> | |
bool | CppAD::is_pod< char > (void) |
template<> | |
bool | CppAD::is_pod< double > (void) |
template<> | |
bool | CppAD::is_pod< float > (void) |
template<> | |
bool | CppAD::is_pod< OpCode > (void) |
CppAD pod types so far: | |
template<> | |
bool | CppAD::is_pod< size_t > (void) |
template<> | |
bool | CppAD::is_pod< unsigned char > (void) |
template<> | |
bool | CppAD::is_pod< unsigned int > (void) |
template<> | |
bool | CppAD::is_pod< unsigned short int > (void) |
File used to define pod_vector class.
Definition in file pod_vector.hpp.