![]() |
Stan Math Library
5.2.0
Automatic Differentiation
|
Definition at line 138 of file operands_and_partials.hpp.
#include <operands_and_partials.hpp>
Public Types | |
| using | partials_t = arena_t< promote_scalar_t< double, Op > > |
Public Member Functions | |
| ops_partials_edge (const Op &ops) | |
| ops_partials_edge (const ops_partials_edge< double, Op, require_eigen_st< is_var, Op > > &other) | |
| auto & | partial () noexcept |
| auto & | operand () noexcept |
| auto | size () const noexcept |
Public Attributes | |
| partials_t | partials_ |
| broadcast_array< partials_t > | partials_vec_ |
| arena_t< Op > | operands_ |