![]() |
Stan Math Library
2.11.0
reverse mode automatic differentiation
|
Structure for building up arrays in an expression (rather than in statements) using an argumentchaining add() method and a getter method array() to return the result. More...
#include <array_builder.hpp>
Public Member Functions | |
array_builder () | |
template<typename F > | |
array_builder & | add (const F &u) |
std::vector< T > | array () |
Public Attributes | |
std::vector< T > | x_ |
Structure for building up arrays in an expression (rather than in statements) using an argumentchaining add() method and a getter method array() to return the result.
Definition at line 16 of file array_builder.hpp.
|
inline |
Definition at line 18 of file array_builder.hpp.
|
inline |
Definition at line 20 of file array_builder.hpp.
|
inline |
Definition at line 26 of file array_builder.hpp.
std::vector<T> stan::math::array_builder< T >::x_ |
Definition at line 17 of file array_builder.hpp.