CppAD: A C++ Algorithmic Differentiation Package  20171217
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
sparsity.hpp File Reference

Compute dependency sparsity pattern using subgraph technique. More...

Go to the source code of this file.

Namespaces

 CppAD
 contains all the variables and functions defined by the CppAD package.
 
 CppAD::local
 
 CppAD::local::subgraph
 

Functions

template<typename Base , typename BoolVector >
void CppAD::local::subgraph::subgraph_sparsity (const player< Base > *play, subgraph_info &sub_info, const vector< size_t > &dep_taddr, const BoolVector &select_domain, const BoolVector &select_range, pod_vector< size_t > &row_out, pod_vector< size_t > &col_out)
 Compute dependency sparsity pattern for an ADFun<Base> function. More...
 

Detailed Description

Compute dependency sparsity pattern using subgraph technique.

Definition in file sparsity.hpp.