CppAD: A C++ Algorithmic Differentiation Package  20130918
template<class Base >
std::ostream & CppAD::operator<< ( std::ostream &  os,
const VecAD_reference< Base > &  x 
)

Write a VecAD_reference<Base> object to an output stream.

Template Parameters:
BaseBase type for the VecAD_reference object.
Parameters:
os[in,out] Is the output stream to which that value is written.
xis the element of the VecAD object that is being written to the output stream. This is equivalent to writing the corresponing Base value to the stream.

Definition at line 228 of file ad_io.hpp.

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines