CppAD: A C++ Algorithmic Differentiation Package  20130918
for_sparse_jac.hpp File Reference

Forward mode Jacobian sparsity patterns. More...

Go to the source code of this file.

Namespaces

namespace  CppAD
 

contains all the variables and functions defined by the CppAD package.


Functions

template<class Base , class VectorSet >
void CppAD::ForSparseJacBool (bool transpose, size_t q, const VectorSet &r, VectorSet &s, size_t total_num_var, CppAD::vector< size_t > &dep_taddr, CppAD::vector< size_t > &ind_taddr, CppAD::player< Base > &play, sparse_pack &for_jac_sparsity)
 Calculate Jacobian vector of bools sparsity patterns using forward mode.
template<class Base , class VectorSet >
void CppAD::ForSparseJacSet (bool transpose, size_t q, const VectorSet &r, VectorSet &s, size_t total_num_var, CppAD::vector< size_t > &dep_taddr, CppAD::vector< size_t > &ind_taddr, CppAD::player< Base > &play, CPPAD_INTERNAL_SPARSE_SET &for_jac_sparsity)
 Calculate Jacobian vector of sets sparsity patterns using forward mode.

Detailed Description

Forward mode Jacobian sparsity patterns.

Definition in file for_sparse_jac.hpp.

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines