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

◆ to_matrix() [7/13]

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

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

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

Definition at line 51 of file to_matrix.hpp.