|
CppAD: A C++ Algorithmic Differentiation Package
20171217
|
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... | |
AD<Base> input and ouput stream operators.
Definition in file ad_io.hpp.