#include <vvv_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 9 of file vvv_vari.hpp.
§ op_vvv_vari()
| stan::math::op_vvv_vari::op_vvv_vari |
( |
double |
f, |
|
|
vari * |
avi, |
|
|
vari * |
bvi, |
|
|
vari * |
cvi |
|
) |
| |
|
inline |
§ avi_
| vari* stan::math::op_vvv_vari::avi_ |
|
protected |
§ bvi_
| vari* stan::math::op_vvv_vari::bvi_ |
|
protected |
§ cvi_
| vari* stan::math::op_vvv_vari::cvi_ |
|
protected |
The documentation for this class was generated from the following file: