CppAD: A C++ Algorithmic Differentiation Package  20130102
template<class Type>
pod_vector< Type >::pod_vector ( size_t  max_length = std::numeric_limits<size_t>::max()) [inline]

Constructors set capacity, length, and data to zero.

Parameters:
max_lengthvalue for maximum number of elements in this vector.

Definition at line 73 of file pod_vector.hpp.

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines