Stan Math Library  2.20.0
reverse mode automatic differentiation
Public Types | Public Member Functions | Public Attributes | Friends | List of all members
stan::math::internal::ops_partials_edge< double, std::vector< Eigen::Matrix< var, R, C > > > Class Template Reference

#include <operands_and_partials.hpp>

Public Types

typedef std::vector< Eigen::Matrix< var, R, C > > Op
 
typedef Eigen::Matrix< double, -1, -1 > partial_t
 

Public Member Functions

 ops_partials_edge (const Op &ops)
 

Public Attributes

std::vector< partial_tpartials_vec_
 

Friends

template<typename , typename , typename , typename , typename , typename >
class stan::math::operands_and_partials
 

Detailed Description

template<int R, int C>
class stan::math::internal::ops_partials_edge< double, std::vector< Eigen::Matrix< var, R, C > > >

Definition at line 78 of file operands_and_partials.hpp.

Member Typedef Documentation

◆ Op

template<int R, int C>
typedef std::vector<Eigen::Matrix<var, R, C> > stan::math::internal::ops_partials_edge< double, std::vector< Eigen::Matrix< var, R, C > > >::Op

Definition at line 80 of file operands_and_partials.hpp.

◆ partial_t

template<int R, int C>
typedef Eigen::Matrix<double, -1, -1> stan::math::internal::ops_partials_edge< double, std::vector< Eigen::Matrix< var, R, C > > >::partial_t

Definition at line 81 of file operands_and_partials.hpp.

Constructor & Destructor Documentation

◆ ops_partials_edge()

template<int R, int C>
stan::math::internal::ops_partials_edge< double, std::vector< Eigen::Matrix< var, R, C > > >::ops_partials_edge ( const Op ops)
inlineexplicit

Definition at line 83 of file operands_and_partials.hpp.

Friends And Related Function Documentation

◆ stan::math::operands_and_partials

template<int R, int C>
template<typename , typename , typename , typename , typename , typename >
friend class stan::math::operands_and_partials
friend

Definition at line 92 of file operands_and_partials.hpp.

Member Data Documentation

◆ partials_vec_

template<int R, int C>
std::vector<partial_t> stan::math::internal::ops_partials_edge< double, std::vector< Eigen::Matrix< var, R, C > > >::partials_vec_

Definition at line 82 of file operands_and_partials.hpp.


The documentation for this class was generated from the following file:

     [ Stan Home Page ] © 2011–2018, Stan Development Team.