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

◆ to_row_vector_array()

template<typename EigMat , require_eigen_t< EigMat > * = nullptr>
std::vector< Eigen::Matrix< value_type_t< EigMat >, 1, Eigen::Dynamic > > stan::math::to_row_vector_array ( const EigMat &  matrix)
inline

Returns a standard vector of Eigen row vectors from the rows of the input matrix.

Template Parameters
EigMattype of the input matrix
Parameters
matrixinput matrix
Returns
the array of row vectors representation of the input

Definition at line 21 of file to_row_vector_array.hpp.