1#ifndef STAN_MATH_PRIM_FUN_ARRAY_BUILDER_HPP
2#define STAN_MATH_PRIM_FUN_ARRAY_BUILDER_HPP
std::vector< T > array()
Getter method to return array itself.
array_builder()
Construct an array_builder.
array_builder & add(const S &u)
Add one element of type S to array, promoting to type T.
Structure for building up arrays in an expression (rather than in statements) using an argument-chain...
The lgamma implementation in stan-math is based on either the reentrant safe lgamma_r implementation ...