Stan Math Library
4.9.0
Automatic Differentiation
|
Definition at line 11 of file reverse_pass_callback.hpp.
#include <reverse_pass_callback.hpp>
Public Member Functions | |
reverse_pass_callback_vari (F &&rev_functor) | |
void | chain () final |
Apply the chain rule to this variable based on the variables on which it depends. | |
void | set_zero_adjoint () final |
void | init_dependent () |
Static Public Member Functions | |
static void * | operator new (size_t nbytes) noexcept |
Allocate memory from the underlying memory pool. | |
static void | operator delete (void *) noexcept |
Delete a pointer from the underlying memory pool. | |
Public Attributes | |
F | rev_functor_ |