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< var > > Class Template Reference

#include <operands_and_partials.hpp>

Public Types

typedef std::vector< varOp
 
typedef Eigen::VectorXd partials_t
 

Public Member Functions

 ops_partials_edge (const Op &op)
 

Public Attributes

partials_t partials_
 
broadcast_array< partials_tpartials_vec_
 

Friends

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

Detailed Description

template<>
class stan::math::internal::ops_partials_edge< double, std::vector< var > >

Definition at line 16 of file operands_and_partials.hpp.

Member Typedef Documentation

◆ Op

typedef std::vector<var> stan::math::internal::ops_partials_edge< double, std::vector< var > >::Op

Definition at line 18 of file operands_and_partials.hpp.

◆ partials_t

typedef Eigen::VectorXd stan::math::internal::ops_partials_edge< double, std::vector< var > >::partials_t

Definition at line 19 of file operands_and_partials.hpp.

Constructor & Destructor Documentation

◆ ops_partials_edge()

stan::math::internal::ops_partials_edge< double, std::vector< var > >::ops_partials_edge ( const Op op)
inlineexplicit

Definition at line 22 of file operands_and_partials.hpp.

Friends And Related Function Documentation

◆ stan::math::operands_and_partials

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

Definition at line 29 of file operands_and_partials.hpp.

Member Data Documentation

◆ partials_

partials_t stan::math::internal::ops_partials_edge< double, std::vector< var > >::partials_

Definition at line 20 of file operands_and_partials.hpp.

◆ partials_vec_

broadcast_array<partials_t> stan::math::internal::ops_partials_edge< double, std::vector< var > >::partials_vec_

Definition at line 21 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.