![]() |
Stan Math Library
5.1.0
Automatic Differentiation
|
|
inline |
Returns a matrix representation of the vector in column-major order with the specified number of rows and columns.
| T | type of elements in the vector |
| x | vector of values |
| m | rows |
| n | columns |
| <code>std::invalid_argument</code> | if the sizes do not match |
Definition at line 130 of file to_matrix.hpp.