CppAD: A C++ Algorithmic Differentiation Package
20130102
|
Files | |
file | vec_fun_pattern.cpp |
Determine a sparsity pattern for a vector of AD function objects. | |
file | vec_fun_pattern.hpp |
Determine sparsity pattern for a vector of AD fuction objects. | |
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. |