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

◆ to_matrix() [8/13]

template<typename T >
Eigen::Matrix< return_type_t< T, double >, Eigen::Dynamic, Eigen::Dynamic > stan::math::to_matrix ( const std::vector< std::vector< T > > &  x)
inline

Returns a matrix representation of the standard vector of standard vectors with the same dimensions and indexing order.

Template Parameters
Ttype of elements in the vector
Parameters
xvector of vectors of scalar values
Returns
the matrix representation of the input

Definition at line 77 of file to_matrix.hpp.