Automatic Differentiation
 
Loading...
Searching...
No Matches

◆ value_of() [5/6]

template<typename EigMat , require_eigen_dense_base_t< EigMat > * = nullptr, require_not_st_arithmetic< EigMat > * = nullptr>
auto stan::math::value_of ( EigMat &&  M)
inline

For Eigen matrices and expressions of non-arithmetic types, return an expression that represents the Eigen::Matrix resulting from applying value_of elementwise.

Template Parameters
EigMattype of the matrix
Parameters
[in]MMatrix to be converted
Returns
Matrix of values

Definition at line 72 of file value_of.hpp.