Stan Math Library
4.9.0
Automatic Differentiation
|
Functor for extracting the varis and values from a matrix of var.
This functor is called using Eigen's NullaryExpr framework.
Definition at line 83 of file read_var.hpp.
#include <read_var.hpp>
Public Member Functions | |
vi_val_functor (const EigVar &arg1, EigVari &arg2) | |
decltype(auto) | operator() (Eigen::Index row, Eigen::Index col) const |
decltype(auto) | operator() (Eigen::Index index) const |
Private Attributes | |
const EigVar & | var_mat |
EigVari & | vi_mat |