Prev Next

@(@\newcommand{\B}[1]{ {\bf #1} } \newcommand{\R}[1]{ {\rm #1} }@)@
Cppad Py AD Functions

Contents
py_independentDeclare Independent Variables and Start Recording
py_abort_recordingAbort Recording
py_fun_ctorStop Current Recording and Store Function Object
py_fun_propertyProperties of a Function Object
py_fun_new_dynamicNew Dynamic Parameters
py_fun_jacobianJacobian of an AD Function
py_fun_hessianHessian of an AD Function
py_fun_forwardForward Mode AD
py_fun_reverseReverse Mode AD
py_fun_optimizeOptimize an AD Function

Input File: lib/python/fun.py