Stan Math Library
5.0.0
Automatic Differentiation
|
Template specialization for using a vector.
Definition at line 58 of file VectorBuilderHelper.hpp.
#include <VectorBuilderHelper.hpp>
Public Types | |
using | type = std::vector< T1 > |
Public Member Functions | |
VectorBuilderHelper (size_t n) | |
T1 & | operator[] (size_t i) |
type & | data () |
Private Attributes | |
std::vector< T1 > | x_ |