![]() |
Stan Math Library
5.2.0
Automatic Differentiation
|
Definition at line 189 of file operands_and_partials.hpp.
#include <operands_and_partials.hpp>
Public Types | |
| using | inner_op = arena_t< Eigen::Matrix< var, R, C > > |
| using | Op = std::vector< inner_op, arena_allocator< inner_op > > |
| using | partial_t = arena_t< Eigen::Matrix< double, R, C > > |
Public Member Functions | |
| ops_partials_edge (const std::vector< Eigen::Matrix< var, R, C > > &ops) | |
| int | size () const noexcept |
| auto && | operand () noexcept |
| auto & | partial () noexcept |
Public Attributes | |
| std::vector< partial_t, arena_allocator< partial_t > > | partials_vec_ |
| Op | operands_ |