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