#include <dv_vari.hpp>
|
| op_dv_vari (double f, double a, vari *bvi) |
|
| vari (const double x) |
| Construct a variable implementation from a value. More...
|
|
| vari (const double x, bool stacked) |
|
virtual | ~vari () |
| Throw an illegal argument exception. More...
|
|
virtual void | chain () |
| Apply the chain rule to this variable based on the variables on which it depends. More...
|
|
void | init_dependent () |
| Initialize the adjoint for this (dependent) variable to 1. More...
|
|
void | set_zero_adjoint () |
| Set the adjoint value of this variable to 0. More...
|
|
|
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...
|
|
Definition at line 9 of file dv_vari.hpp.
stan::math::op_dv_vari::op_dv_vari |
( |
double |
f, |
|
|
double |
a, |
|
|
vari * |
bvi |
|
) |
| |
|
inline |
double stan::math::op_dv_vari::ad_ |
|
protected |
vari* stan::math::op_dv_vari::bvi_ |
|
protected |
The documentation for this class was generated from the following file: