![]() |
Stan Math Library
2.20.0
reverse mode automatic differentiation
|
#include <operands_and_partials.hpp>
Public Types | |
typedef std::vector< Eigen::Matrix< fvar< Dx >, R, C > > | Op |
typedef Eigen::Matrix< Dx, -1, -1 > | partial_t |
Public Member Functions | |
ops_partials_edge (const Op &ops) | |
Public Attributes | |
std::vector< partial_t > | partials_vec_ |
Friends | |
template<typename , typename , typename , typename , typename , typename > | |
class | stan::math::operands_and_partials |
Definition at line 68 of file operands_and_partials.hpp.
typedef std::vector<Eigen::Matrix<fvar<Dx>, R, C> > stan::math::internal::ops_partials_edge< Dx, std::vector< Eigen::Matrix< fvar< Dx >, R, C > > >::Op |
Definition at line 70 of file operands_and_partials.hpp.
typedef Eigen::Matrix<Dx, -1, -1> stan::math::internal::ops_partials_edge< Dx, std::vector< Eigen::Matrix< fvar< Dx >, R, C > > >::partial_t |
Definition at line 71 of file operands_and_partials.hpp.
|
inlineexplicit |
Definition at line 73 of file operands_and_partials.hpp.
|
friend |
Definition at line 82 of file operands_and_partials.hpp.
std::vector<partial_t> stan::math::internal::ops_partials_edge< Dx, std::vector< Eigen::Matrix< fvar< Dx >, R, C > > >::partials_vec_ |
Definition at line 72 of file operands_and_partials.hpp.