CppAD: A C++ Algorithmic Differentiation Package  20130102
ad_io.hpp

Files

file  ad_io.hpp
 

AD<Base> input and ouput stream operators.


Functions

template<class Base >
CPPAD_INLINE_FRIEND_TEMPLATE_FUNCTION
std::istream & 
operator>> (std::istream &is, AD< Base > &x)
 Read an AD<Base> object from an input stream.
template<class Base >
CPPAD_INLINE_FRIEND_TEMPLATE_FUNCTION
std::ostream & 
operator<< (std::ostream &os, const AD< Base > &x)
 Write an AD<Base> object to an output stream.
template<class Base >
CPPAD_INLINE_FRIEND_TEMPLATE_FUNCTION
std::ostream & 
operator<< (std::ostream &os, const VecAD_reference< Base > &x)
 Write a VecAD_reference<Base> object to an output stream.
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines