Automatic Differentiation
 
Loading...
Searching...
No Matches
stan::math::arena_matrix< MatrixType, typename > Class Template Reference

Detailed Description

template<typename MatrixType, typename = void>
class stan::math::arena_matrix< MatrixType, typename >

Equivalent to Eigen::Matrix, except that the data is stored on AD stack.

That makes these objects trivially destructible and usable in varis.

Template Parameters
MatrixTypeEigen matrix type this works as (MatrixXd, VectorXd, ...)

Definition at line 18 of file var_value_fwd_declare.hpp.


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