CppAD: A C++ Algorithmic Differentiation Package  20171217
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
ad_io.hpp File Reference

AD<Base> input and ouput stream operators. More...

Go to the source code of this file.

Namespaces

 CppAD
 contains all the variables and functions defined by the CppAD package.
 

Functions

template<class Base >
CPPAD_INLINE_FRIEND_TEMPLATE_FUNCTION
std::ostream & 
CppAD::operator<< (std::ostream &os, const AD< Base > &x)
 Write an AD<Base> object to an output stream. More...
 
template<class Base >
CPPAD_INLINE_FRIEND_TEMPLATE_FUNCTION
std::ostream & 
CppAD::operator<< (std::ostream &os, const VecAD_reference< Base > &x)
 Write a VecAD_reference<Base> object to an output stream. More...
 
template<class Base >
CPPAD_INLINE_FRIEND_TEMPLATE_FUNCTION
std::istream & 
CppAD::operator>> (std::istream &is, AD< Base > &x)
 Read an AD<Base> object from an input stream. More...
 

Detailed Description

AD<Base> input and ouput stream operators.

Definition in file ad_io.hpp.