#include <gevv_vvv_vari.hpp>
|
| static double | eval_gevv (const var *alpha, const var *v1, int stride1, const var *v2, int stride2, size_t length, double *dotprod) |
| |
|
| 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 gevv_vvv_vari.hpp.
| stan::math::gevv_vvv_vari::gevv_vvv_vari |
( |
const var * |
alpha, |
|
|
const var * |
v1, |
|
|
int |
stride1, |
|
|
const var * |
v2, |
|
|
int |
stride2, |
|
|
size_t |
length |
|
) |
| |
|
inline |
| virtual stan::math::gevv_vvv_vari::~gevv_vvv_vari |
( |
| ) |
|
|
inlinevirtual |
| void stan::math::gevv_vvv_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 47 of file gevv_vvv_vari.hpp.
| static double stan::math::gevv_vvv_vari::eval_gevv |
( |
const var * |
alpha, |
|
|
const var * |
v1, |
|
|
int |
stride1, |
|
|
const var * |
v2, |
|
|
int |
stride2, |
|
|
size_t |
length, |
|
|
double * |
dotprod |
|
) |
| |
|
inlinestaticprotected |
| vari* stan::math::gevv_vvv_vari::alpha_ |
|
protected |
| double stan::math::gevv_vvv_vari::dotval_ |
|
protected |
| size_t stan::math::gevv_vvv_vari::length_ |
|
protected |
| vari** stan::math::gevv_vvv_vari::v1_ |
|
protected |
| vari** stan::math::gevv_vvv_vari::v2_ |
|
protected |
The documentation for this class was generated from the following file: