Automatic Differentiation
 
Loading...
Searching...
No Matches
stan::math::internal::reverse_pass_callback_vari< F > Struct Template Reference

Detailed Description

template<typename F>
struct stan::math::internal::reverse_pass_callback_vari< F >

Definition at line 11 of file reverse_pass_callback.hpp.

#include <reverse_pass_callback.hpp>

+ Inheritance diagram for stan::math::internal::reverse_pass_callback_vari< F >:

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

rev_functor_
 

The documentation for this struct was generated from the following file: