#include <fmod.hpp>
|
static void * | operator new (size_t nbytes) |
| Allocate memory from the underlying memory pool. More...
|
|
static void | operator delete (void *) |
| Delete a pointer from the underlying memory pool. More...
|
|
const double | val_ |
| The value of this variable. More...
|
|
double | adj_ |
| The adjoint of this variable, which is the partial derivative of this variable with respect to the root variable. More...
|
|
double | ad_ |
|
vari * | bvi_ |
|
Definition at line 41 of file fmod.hpp.
◆ fmod_dv_vari()
stan::math::internal::fmod_dv_vari::fmod_dv_vari |
( |
double |
a, |
|
|
vari * |
bvi |
|
) |
| |
|
inline |
◆ chain()
void stan::math::internal::fmod_dv_vari::chain |
( |
| ) |
|
|
inlinevirtual |
Apply the chain rule to this variable based on the variables on which it depends.
The base implementation in this class is a no-op.
Reimplemented from stan::math::vari.
Definition at line 45 of file fmod.hpp.
The documentation for this class was generated from the following file: