CppAD: A C++ Algorithmic Differentiation Package
20130102
|
AD<Base> input and ouput stream operators. More...
Go to the source code of this file.
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. |
AD<Base> input and ouput stream operators.
Definition in file ad_io.hpp.