![]() |
Stan Math Library
5.2.0
Automatic Differentiation
|
Definition at line 52 of file operands_and_partials.hpp.
#include <operands_and_partials.hpp>
Public Types | |
| using | Op = std::decay_t< T > |
| using | Dx = std::decay_t< InnerType > |
Public Member Functions | |
| ops_partials_edge (const T &op) | |
| ops_partials_edge (const ops_partials_edge< InnerType, T, require_fvar_t< T > > &other) | |
| ops_partials_edge (ops_partials_edge< InnerType, T, require_fvar_t< T > > &&other) | |
| Dx | dx () |
Public Attributes | |
| Dx | partial_ {0} |
| broadcast_array< Dx > | partials_ {partial_} |
| const Op & | operands_ |