Prev | Next |
colpack_prefix
on the
cmake command
line,
the CppAD sparse_jacobian
and sparse_hessian
calculations can use this package.
colpack_prefix
on the
cmake
command line.
The value of
colpack_prefix
must be such that,
for one of the directories
dir
in
cmake_install_includedirs
,
colpack_prefix/dir/ColPack/ColPackHeaders.h
is a valid way to reference to the include file ColPackHeaders.h
.
using namespace std
at the global level.
For this reason, CppAD does not include these files.
It is therefore necessary to link the object library cppad_lib
when using Colpack.
colpack_prefix
would be
build/prefix
.