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

◆ to_matrix() [1/13]

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

Returns input matrix.

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

Definition at line 21 of file to_matrix.hpp.