CppAD: A C++ Algorithmic Differentiation Package
20130918
|
void CppAD::vector< Type >::push_back | ( | const Type & | s | ) | [inline] |
add an element to the back of this vector
s | value of the element |
Definition at line 493 of file vector.hpp.
Referenced by anonymous_namespace{link_sparse_jacobian.cpp}::choose_row_col(), anonymous_namespace{link_sparse_hessian.cpp}::choose_row_col(), CppAD::optimize::optimize_run(), CppAD::ipopt::solve_callback< Dvector, ADvector, FG_eval >::solve_callback(), CppAD::ADFun< Base >::SparseHessian(), and CppAD::ADFun< Base >::SparseJacobian().