![]() |
Stan Math Library
2.20.0
reverse mode automatic differentiation
|
#include <operands_and_partials.hpp>
Public Types | |
typedef empty_broadcast_array< ViewElt, Eigen::Matrix< Op, R, C > > | partials_t |
Public Member Functions | |
ops_partials_edge () | |
ops_partials_edge (const std::vector< Eigen::Matrix< Op, R, C >> &) | |
Public Attributes | |
empty_broadcast_array< partials_t, Eigen::Matrix< Op, R, C > > | partials_vec_ |
Friends | |
template<typename , typename , typename , typename , typename , typename > | |
class | stan::math::operands_and_partials |
Definition at line 38 of file operands_and_partials.hpp.
typedef empty_broadcast_array<ViewElt, Eigen::Matrix<Op, R, C> > stan::math::internal::ops_partials_edge< ViewElt, std::vector< Eigen::Matrix< Op, R, C > > >::partials_t |
Definition at line 40 of file operands_and_partials.hpp.
|
inline |
Definition at line 42 of file operands_and_partials.hpp.
|
inlineexplicit |
Definition at line 43 of file operands_and_partials.hpp.
|
friend |
Definition at line 48 of file operands_and_partials.hpp.
empty_broadcast_array<partials_t, Eigen::Matrix<Op, R, C> > stan::math::internal::ops_partials_edge< ViewElt, std::vector< Eigen::Matrix< Op, R, C > > >::partials_vec_ |
Definition at line 41 of file operands_and_partials.hpp.