![]() |
Stan Math Library
2.20.0
reverse mode automatic differentiation
|
#include <operands_and_partials.hpp>
Public Types | |
typedef fvar< Dx > | Op |
Public Member Functions | |
ops_partials_edge (const Op &op) | |
Public Attributes | |
Dx | partial_ |
broadcast_array< Dx > | partials_ |
Friends | |
template<typename , typename , typename , typename , typename , typename > | |
class | stan::math::operands_and_partials |
Definition at line 12 of file operands_and_partials.hpp.
typedef fvar<Dx> stan::math::internal::ops_partials_edge< Dx, fvar< Dx > >::Op |
Definition at line 14 of file operands_and_partials.hpp.
|
inlineexplicit |
Definition at line 17 of file operands_and_partials.hpp.
|
friend |
Definition at line 22 of file operands_and_partials.hpp.
Dx stan::math::internal::ops_partials_edge< Dx, fvar< Dx > >::partial_ |
Definition at line 15 of file operands_and_partials.hpp.
broadcast_array<Dx> stan::math::internal::ops_partials_edge< Dx, fvar< Dx > >::partials_ |
Definition at line 16 of file operands_and_partials.hpp.