CppAD: A C++ Algorithmic Differentiation Package  20130918
ad_io.hpp File Reference

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

Go to the source code of this file.

Namespaces

namespace  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.
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.
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.

Detailed Description

AD<Base> input and ouput stream operators.

Definition in file ad_io.hpp.

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines