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

◆ to_matrix() [5/13]

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

Returns a matrix with dynamic dimensions constructed from an Eigen matrix.

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

Definition at line 22 of file to_matrix.hpp.