Prev | Next | cppad_testvector |
CPPAD_TESTVECTOR(Scalar) vec
cppad_testvector
in the cmake command
must be one of the
following:
boost
, cppad
, eigen
, or std
.
It specifies which simplevector
corresponds to the template class
CPPAD_TESTVECTOR
which is used for many of the CppAD examples and tests.
cppad_testvector
is
std
,
the std::vector
template class is used to define
CPPAD_TESTVECTOR
.
cppad_testvector
is
cppad
,
the cppad_vector
template class is used to define
CPPAD_TESTVECTOR
.
cppad_testvector
is
boost
,
boost ublas vector
template class is used to define
CPPAD_TESTVECTOR
.
In this case, the
cmake FindBoost
module must be able to automatically figure out where Boost is installed.
cppad_testvector
is
eigen
,
one of the eigen template classes is used to define
CPPAD_TESTVECTOR
.
In this case,
include_eigen
must be specified on the cmake
command line.