CppAD: A C++ Algorithmic Differentiation Package  20130918
sparse_map2vec.cpp File Reference

Create a two vector sparsity representation from a vector of maps. More...

Go to the source code of this file.

Namespaces

namespace  cppad_ipopt
void cppad_ipopt::sparse_map2vec (const CppAD::vector< std::map< size_t, size_t > > sparse, size_t &n_nz, CppAD::vector< size_t > &i_row, CppAD::vector< size_t > &j_col)
 Create a two vector sparsity representation from a vector of maps.

Detailed Description

Create a two vector sparsity representation from a vector of maps.

Definition in file sparse_map2vec.cpp.

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines