CppAD: A C++ Algorithmic Differentiation Package 20110419
rev_sparse_jac.hpp File Reference

Reverse mode Jacobian sparsity patterns. More...

Go to the source code of this file.

Functions

template<class Base , class VectorSet >
void RevSparseJacBool (size_t p, const VectorSet &s, VectorSet &r, size_t total_num_var, CppAD::vector< size_t > &dep_taddr, CppAD::vector< size_t > &ind_taddr, CppAD::player< Base > &play)
 Calculate Jacobian sparsity patterns using reverse mode.
template<class Base , class VectorSet >
void RevSparseJacSet (size_t p, const VectorSet &s, VectorSet &r, size_t total_num_var, CppAD::vector< size_t > &dep_taddr, CppAD::vector< size_t > &ind_taddr, CppAD::player< Base > &play)
 Calculate Jacobian sparsity patterns using reverse mode.

Detailed Description

Reverse mode Jacobian sparsity patterns.

Definition in file rev_sparse_jac.hpp.