Automatic Differentiation
 
Loading...
Searching...
No Matches
stan::math::read_fvar_functor< EigFvar, EigOut > Class Template Reference

Detailed Description

template<typename EigFvar, typename EigOut>
class stan::math::read_fvar_functor< EigFvar, EigOut >

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
 

The documentation for this class was generated from the following file: