Stan Math Library
4.9.0
Automatic Differentiation
|
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.
#include <VectorBuilderHelper.hpp>
Public Types | |
using | type = T1 |
Public Member Functions | |
VectorBuilderHelper (size_t) | |
T1 & | operator[] (size_t) |
type & | data () |