Stan Math Library
4.9.0
Automatic Differentiation
|
|
inline |
Impl of rep_matrix returning a var_value<Eigen::Matrix>
from a var_value
with an inner Eigen vector type.
Ret | A var_value with inner Eigen dynamic matrix type. |
Vec | A var_value with an inner Eigen vector type. |
x | A var_value with inner Eigen vector type. For Row vectors the values are replacated rowwise and for column vectors the values are repliacated colwise. |
n | Number of rows or columns. |
Definition at line 45 of file rep_matrix.hpp.