|
Prev | Next |
os << x
std::ostream &os
const AD<Base> &x
const VecAD<Base>::reference &x
AD<Base> y
then the syntax
os << x << y
will output the value corresponding to x
followed by the value corresponding to y.