![]() |
Stan Math Library
5.2.0
Automatic Differentiation
|
Definition at line 101 of file operands_and_partials.hpp.
#include <operands_and_partials.hpp>
Public Member Functions | |
| ops_partials_edge (const var &op) noexcept | |
| ops_partials_edge (const ops_partials_edge< double, var > &other) | |
| auto & | partial () |
| auto & | operand () noexcept |
Static Public Member Functions | |
| static constexpr int | size () |
Public Attributes | |
| double | partial_ {0} |
| broadcast_array< double > | partials_ {partial_} |
| var | operands_ |