Stan Math Library
4.9.0
Automatic Differentiation
|
|
inline |
Converts a var_value<T>
with inner Eigen matrix type to an var_value<T>
with an inner array.
T | Type of var_value<T> with inner Eigen::Matrix or expression |
v | Specified var_value<T> with inner Eigen::Matrix or expression. |
var_value<>
with Matrix converted to an array. Definition at line 20 of file as_array_or_scalar.hpp.