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

◆ to_row_vector() [1/4]

template<typename T_x , require_nonscalar_prim_or_rev_kernel_expression_t< T_x > * = nullptr>
auto stan::math::to_row_vector ( T_x &&  x)
inline

Returns input matrix reshaped into a row vector.

Template Parameters
T_xtype of the matrix
Parameters
xmatrix
Returns
the row vector representation of the input

Definition at line 21 of file to_row_vector.hpp.