Stan Math Library
4.9.0
Automatic Differentiation
|
Functor for extracting the values and tangents from a matrix of fvar.
This functor is called using Eigen's NullaryExpr framework.
Definition at line 14 of file read_fvar.hpp.
#include <read_fvar.hpp>
Public Member Functions | |
read_fvar_functor (const EigFvar &arg1, EigOut &arg2) | |
decltype(auto) | operator() (Eigen::Index row, Eigen::Index col) const |
decltype(auto) | operator() (Eigen::Index index) const |
Private Attributes | |
const EigFvar & | var_mat |
EigOut & | val_mat |