Loading [MathJax]/extensions/TeX/AMSsymbols.js
Automatic Differentiation
 
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
Loading...
Searching...
No Matches

◆ adj() [1/2]

template<typename T >
auto & stan::math::vari_cl_base< T >::adj ( )
inlineinherited

Return a reference to the derivative of the root expression with respect to this expression.

This method only works after one of the grad() methods has been called.

Returns
Adjoint for this vari.

Definition at line 59 of file vari.hpp.