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

◆ operator<<

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

Write the value of this autodiff variable and its adjoint to the specified output stream.

Parameters
osOutput stream to which to write.
vVariable to write.
Returns
Reference to the specified output stream.

Definition at line 1009 of file var.hpp.