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

◆ as_array_or_scalar() [2/4]

template<typename T , require_stan_scalar_t< T > * = nullptr>
T & stan::math::as_array_or_scalar ( T &  v)
inline

Returns a reference to rvalue specified input value.

Template Parameters
TType of element.
Parameters
vSpecified value.
Returns
Same value.

Definition at line 31 of file as_array_or_scalar.hpp.