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

◆ operator<<

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

Write the value of the specified variable to the specified output stream, returning a reference to the output stream.

Parameters
[in,out]osstream for writing value
[in]vvariable whose value is written
Returns
reference to the specified output stream

Definition at line 254 of file fvar.hpp.