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