Prev | Next | to_graph |
cpp_graph graph_obj
ADFun<Base> fun
fun.to_graph(graph_obj)
template <class Base, class RecBase> void CppAD::ADFun<Base,RecBase>::to_graph( CppAD::cpp_graph& graph_obj )
Base
.
RecBase
is the same type as
Base
.
cpp_graph
object.
The input value of the object does not matter.
Upon return it is a cpp_ad_graph
representation of this function.
to_graph
routine is not yet implement for some
possible ADFun
operators; see
missing operators
.