CppAD: A C++ Algorithmic Differentiation Package
20130918
|
CppAD::pod_vector< Type >::pod_vector | ( | size_t | max_length = std::numeric_limits<size_t>::max() | ) | [inline] |
Constructors set capacity, length, and data to zero.
max_length | value for maximum number of elements in this vector. |
Definition at line 71 of file pod_vector.hpp.