CppAD: A C++ Algorithmic Differentiation Package  20171217
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
template<class Type>
void CppAD::vector< Type >::push_back ( const Type &  s)
inline

add an element to the back of this vector

Parameters
svalue of the element

Definition at line 491 of file vector.hpp.

Referenced by CppAD::ADFun< Base >::SparseHessian(), and CppAD::ADFun< Base >::SparseJacobian().