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 27 of file VectorBuilder.hpp.
#include <VectorBuilder.hpp>
Public Types | |
using | type = typename helper::type |
Public Member Functions | |
VectorBuilder (size_t n) | |
T1 & | operator[] (size_t i) |
type | data () |
Public Attributes | |
helper | a |
Private Types | |
using | helper = VectorBuilderHelper< T1, used, math::disjunction< is_vector< Args >... >::value > |