#include <precomp_vv_vari.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...
|
|
Definition at line 11 of file precomp_vv_vari.hpp.
§ precomp_vv_vari()
stan::math::precomp_vv_vari::precomp_vv_vari |
( |
double |
val, |
|
|
vari * |
avi, |
|
|
vari * |
bvi, |
|
|
double |
da, |
|
|
double |
db |
|
) |
| |
|
inline |
§ chain()
void stan::math::precomp_vv_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 23 of file precomp_vv_vari.hpp.
§ da_
double stan::math::precomp_vv_vari::da_ |
|
protected |
§ db_
double stan::math::precomp_vv_vari::db_ |
|
protected |
The documentation for this class was generated from the following file: