Stan Math Library
4.9.0
Automatic Differentiation
|
Eigen::Matrix< var, T::RowsAtCompileTime, T::ColsAtCompileTime > stan::math::from_var_value | ( | const T & | a | ) |
Converts var_value
into an Eigen Matrix.
Adjoint is propagated back to argument in the reverse pass.
T | type of the input |
a | matrix to convert |
Definition at line 20 of file from_var_value.hpp.