#include <vector_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 vector_vari.hpp.
§ op_vector_vari()
| stan::math::op_vector_vari::op_vector_vari |
( |
double |
f, |
|
|
const std::vector< var > & |
vs |
|
) |
| |
|
inline |
§ operator[]()
| vari* stan::math::op_vector_vari::operator[] |
( |
size_t |
n | ) |
const |
|
inline |
§ size()
| size_t stan::math::op_vector_vari::size |
( |
| ) |
|
|
inline |
§ size_
| const size_t stan::math::op_vector_vari::size_ |
|
protected |
§ vis_
| vari** stan::math::op_vector_vari::vis_ |
|
protected |
The documentation for this class was generated from the following file: