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< Dx, fvar< Dx > > Class Template Reference

#include <operands_and_partials.hpp>

Public Types

typedef fvar< Dx > Op
 

Public Member Functions

 ops_partials_edge (const Op &op)
 

Public Attributes

Dx partial_
 
broadcast_array< Dx > partials_
 

Friends

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

Detailed Description

template<typename Dx>
class stan::math::internal::ops_partials_edge< Dx, fvar< Dx > >

Definition at line 12 of file operands_and_partials.hpp.

Member Typedef Documentation

◆ Op

template<typename Dx >
typedef fvar<Dx> stan::math::internal::ops_partials_edge< Dx, fvar< Dx > >::Op

Definition at line 14 of file operands_and_partials.hpp.

Constructor & Destructor Documentation

◆ ops_partials_edge()

template<typename Dx >
stan::math::internal::ops_partials_edge< Dx, fvar< Dx > >::ops_partials_edge ( const Op op)
inlineexplicit

Definition at line 17 of file operands_and_partials.hpp.

Friends And Related Function Documentation

◆ stan::math::operands_and_partials

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

Definition at line 22 of file operands_and_partials.hpp.

Member Data Documentation

◆ partial_

template<typename Dx >
Dx stan::math::internal::ops_partials_edge< Dx, fvar< Dx > >::partial_

Definition at line 15 of file operands_and_partials.hpp.

◆ partials_

template<typename Dx >
broadcast_array<Dx> stan::math::internal::ops_partials_edge< Dx, fvar< Dx > >::partials_

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