![]() |
Stan
1.0
probability, sampling & optimization
|
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 <matrix.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 131 of file matrix.hpp.
|
inline |
Definition at line 133 of file matrix.hpp.
|
inline |
Definition at line 135 of file matrix.hpp.
|
inline |
Definition at line 141 of file matrix.hpp.
| std::vector<T> stan::math::array_builder< T >::x_ |
Definition at line 132 of file matrix.hpp.