![]() |
Stan Math Library
2.14.0
reverse mode automatic differentiation
|
VectorBuilder allocates type T1 values to be used as intermediate values. More...
#include <VectorBuilderHelper.hpp>
Public Types | |
typedef T1 | type |
Public Member Functions | |
VectorBuilderHelper (size_t) | |
T1 & | operator[] (size_t) |
type & | data () |
VectorBuilder allocates type T1 values to be used as intermediate values.
There are 2 template parameters:
These values are mutable.
Definition at line 25 of file VectorBuilderHelper.hpp.
typedef T1 stan::VectorBuilderHelper< T1, used, is_vec >::type |
Definition at line 33 of file VectorBuilderHelper.hpp.
|
inlineexplicit |
Definition at line 27 of file VectorBuilderHelper.hpp.
|
inline |
Definition at line 35 of file VectorBuilderHelper.hpp.
|
inline |
Definition at line 29 of file VectorBuilderHelper.hpp.