CppAD: A C++ Algorithmic Differentiation Package  20130102
template<class Type>
template<class Vector >
void vector< Type >::push_vector ( const Vector &  v) [inline]

add vector to the back of this vector (we could not use push_back becasue MS V++ 7.1 did not resolve to non-template member function when scalar is used.)

Parameters:
vvalue of the vector that we are adding

Definition at line 446 of file vector.hpp.

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines