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.
EigMat | type of the matrix |
x | matrix |
m | rows |
n | columns |
<code>std::invalid_argument</code> | if the sizes do not match |
Definition at line 108 of file to_matrix.hpp.