CppAD: A C++ Algorithmic Differentiation Package
20130102
|
Determine sparsity pattern for a vector of AD fuction objects. More...
Go to the source code of this file.
Namespaces | |
namespace | cppad_ipopt |
Functions | |
void | cppad_ipopt::vec_fun_pattern (size_t K, const CppAD::vector< size_t > &p, const CppAD::vector< size_t > &q, const CppAD::vectorBool &retape, CppAD::vector< CppAD::ADFun< Ipopt::Number > > &r_fun, CppAD::vector< CppAD::vectorBool > &pattern_jac_r, CppAD::vector< CppAD::vectorBool > &pattern_hes_r) |
Determine a sparsity patterns for each function in a vector of functions. |
Determine sparsity pattern for a vector of AD fuction objects.
Definition in file vec_fun_pattern.hpp.