Automatic Differentiation
 
Loading...
Searching...
No Matches
stan::VectorBuilderHelper< T1, true, true > Class Template Reference

Detailed Description

template<typename T1>
class stan::VectorBuilderHelper< T1, true, true >

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)
 
typedata ()
 

Private Attributes

std::vector< T1 > x_
 

The documentation for this class was generated from the following file: