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< ViewElt, Eigen::Matrix< Op, R, C > > Class Template Reference

#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 Eigen::Matrix< Op, R, C > &)
 

Public Attributes

partials_t partials_
 
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
 

Detailed Description

template<typename Op, typename ViewElt, int R, int C>
class stan::math::internal::ops_partials_edge< ViewElt, Eigen::Matrix< Op, R, C > >

Definition at line 19 of file operands_and_partials.hpp.

Member Typedef Documentation

◆ partials_t

template<typename Op , typename ViewElt , int R, int C>
typedef empty_broadcast_array<ViewElt, Eigen::Matrix<Op, R, C> > stan::math::internal::ops_partials_edge< ViewElt, Eigen::Matrix< Op, R, C > >::partials_t

Definition at line 21 of file operands_and_partials.hpp.

Constructor & Destructor Documentation

◆ ops_partials_edge() [1/2]

template<typename Op , typename ViewElt , int R, int C>
stan::math::internal::ops_partials_edge< ViewElt, Eigen::Matrix< Op, R, C > >::ops_partials_edge ( )
inline

Definition at line 24 of file operands_and_partials.hpp.

◆ ops_partials_edge() [2/2]

template<typename Op , typename ViewElt , int R, int C>
stan::math::internal::ops_partials_edge< ViewElt, Eigen::Matrix< Op, R, C > >::ops_partials_edge ( const Eigen::Matrix< Op, R, C > &  )
inlineexplicit

Definition at line 25 of file operands_and_partials.hpp.

Friends And Related Function Documentation

◆ stan::math::operands_and_partials

template<typename Op , typename ViewElt , int R, int C>
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_

template<typename Op , typename ViewElt , int R, int C>
partials_t stan::math::internal::ops_partials_edge< ViewElt, Eigen::Matrix< Op, R, C > >::partials_

Definition at line 22 of file operands_and_partials.hpp.

◆ partials_vec_

template<typename Op , typename ViewElt , int R, int C>
empty_broadcast_array<partials_t, Eigen::Matrix<Op, R, C> > stan::math::internal::ops_partials_edge< ViewElt, Eigen::Matrix< Op, R, C > >::partials_vec_

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