Automatic Differentiation
 
Loading...
Searching...
No Matches

◆ add()

template<typename T >
template<typename S >
array_builder & stan::math::array_builder< T >::add ( const S &  u)
inline

Add one element of type S to array, promoting to type T.

Parameters
uelement to add
Returns
this array_builder object

Definition at line 37 of file array_builder.hpp.