Automatic Differentiation
 
Loading...
Searching...
No Matches

◆ operator<<

template<typename T >
std::ostream & operator<< ( std::ostream &  os,
const vari_value< T > *  v 
)
friend

Insertion operator for vari.

Prints the current value and the adjoint value.

Parameters
os[in, out] ostream to modify
v[in] vari object to print.
Returns
The modified ostream.

Definition at line 789 of file vari.hpp.