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