math icon indicating copy to clipboard operation
math copied to clipboard

FR: More reshaping functions

Open WardBrian opened this issue 4 months ago • 0 comments

It would help if we had these, which I think we should also add:

matrix to_matrix(array[] vector x);
matrix to_matrix(array[] row_vector u);

array[] vector to_vector_array(matrix y);
array[] row_vector to_row_vector_array(matrix v);

Originally posted by @bob-carpenter in stan#3354

WardBrian avatar Sep 10 '25 15:09 WardBrian