#include <log1p.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...
|
|
vari * | avi_ |
|
Definition at line 12 of file log1p.hpp.
◆ log1p_vari()
stan::math::internal::log1p_vari::log1p_vari |
( |
vari * |
avi | ) |
|
|
inlineexplicit |
◆ chain()
void stan::math::internal::log1p_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 15 of file log1p.hpp.
The documentation for this class was generated from the following file: