lines 8-43 of file: cpp/include/cmpad/vector.hpp {xrst_begin vector} {xrst_spell cmake std vec } The cmpad Vector Template Type ############################## Syntax ****** | |tab| ``# include `` | |tab| ``cmpad::vector`` < *Scalar* > *vec* Scalar ****** is the type of the elements of *vec* . vec *** is a cmpad vector. std *** If ``-D cmpad_vector=std`` is specified on the cmake command line, then ``cmpad::vector`` is ``std::vector`` . cppad ***** If ``-D cmpad_vector=cppad`` is specified on the cmake command line, then ``cmpad::vector`` is ``CppAD::vector`` . {xrst_end vector}