![]() |
Stan Math Library
5.2.0
Automatic Differentiation
|
Definition at line 146 of file operands_and_partials.hpp.
#include <operands_and_partials.hpp>
Public Types | |
| using | Op = std::vector< Eigen::Matrix< fvar< Dx >, R, C > > |
| using | partial_t = Eigen::Matrix< Dx, R, C > |
Public Member Functions | |
| ops_partials_edge (const Op &ops) | |
| Dx | dx () |
Public Attributes | |
| std::vector< partial_t > | partials_vec_ |
| Op | operands_ |