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

◆ as_column_vector_or_scalar() [5/6]

template<typename T , require_eigen_col_vector_t< T > * = nullptr>
T && stan::math::as_column_vector_or_scalar ( T &&  a)
inline

no-op that returns a column vector.

Template Parameters
TType inheriting from EigenBase with dynamic compile time rows and fixed column of 1.
Parameters
aSpecified vector.
Returns
Same vector.

Definition at line 44 of file as_column_vector_or_scalar.hpp.