![]() |
Stan Math Library
2.20.0
reverse mode automatic differentiation
|
VectorBuilder allocates type T1 values to be used as intermediate values. More...
#include <VectorBuilder.hpp>
Public Types | |
typedef helper::type | type |
Public Member Functions | |
VectorBuilder (size_t n) | |
T1 & | operator[] (size_t i) |
type | data () |
Public Attributes | |
helper | a |
VectorBuilder allocates type T1 values to be used as intermediate values.
There are 2 template parameters:
These values are mutable.
Definition at line 28 of file VectorBuilder.hpp.
typedef helper::type stan::VectorBuilder< used, T1, T2, T3, T4, T5, T6, T7 >::type |
Definition at line 35 of file VectorBuilder.hpp.
|
inlineexplicit |
Definition at line 38 of file VectorBuilder.hpp.
|
inline |
Definition at line 42 of file VectorBuilder.hpp.
|
inline |
Definition at line 40 of file VectorBuilder.hpp.
helper stan::VectorBuilder< used, T1, T2, T3, T4, T5, T6, T7 >::a |
Definition at line 36 of file VectorBuilder.hpp.