![]() |
Stan Math Library
2.20.0
reverse mode automatic differentiation
|
#include <operands_and_partials.hpp>
Public Types | |
typedef std::vector< fvar< Dx > > | Op |
typedef Eigen::Matrix< Dx, -1, 1 > | partials_t |
Public Member Functions | |
ops_partials_edge (const Op &ops) | |
Public Attributes | |
partials_t | partials_ |
broadcast_array< partials_t > | partials_vec_ |
Friends | |
template<typename , typename , typename , typename , typename , typename > | |
class | stan::math::operands_and_partials |
Definition at line 15 of file operands_and_partials.hpp.
typedef std::vector<fvar<Dx> > stan::math::internal::ops_partials_edge< Dx, std::vector< fvar< Dx > > >::Op |
Definition at line 17 of file operands_and_partials.hpp.
typedef Eigen::Matrix<Dx, -1, 1> stan::math::internal::ops_partials_edge< Dx, std::vector< fvar< Dx > > >::partials_t |
Definition at line 18 of file operands_and_partials.hpp.
|
inlineexplicit |
Definition at line 21 of file operands_and_partials.hpp.
|
friend |
Definition at line 28 of file operands_and_partials.hpp.
partials_t stan::math::internal::ops_partials_edge< Dx, std::vector< fvar< Dx > > >::partials_ |
Definition at line 19 of file operands_and_partials.hpp.
broadcast_array<partials_t> stan::math::internal::ops_partials_edge< Dx, std::vector< fvar< Dx > > >::partials_vec_ |
Definition at line 20 of file operands_and_partials.hpp.