CppAD: A C++ Algorithmic Differentiation Package
20130102
|
Create a two vector sparsity representation from a vector of maps. More...
Go to the source code of this file.
Namespaces | |
namespace | cppad_ipopt |
Functions | |
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. |
Create a two vector sparsity representation from a vector of maps.
Definition in file sparse_map2vec.hpp.