Automatic Differentiation
 
Loading...
Searching...
No Matches
stan::math::internal::ops_partials_edge< InnerType, T, require_fvar_t< T > > Class Template Reference

Detailed Description

template<typename InnerType, typename T>
class stan::math::internal::ops_partials_edge< InnerType, T, require_fvar_t< T > >

Definition at line 52 of file operands_and_partials.hpp.

#include <operands_and_partials.hpp>

Public Types

using Op = std::decay_t< T >
 
using Dx = std::decay_t< InnerType >
 

Public Member Functions

 ops_partials_edge (const T &op)
 
 ops_partials_edge (const ops_partials_edge< InnerType, T, require_fvar_t< T > > &other)
 
 ops_partials_edge (ops_partials_edge< InnerType, T, require_fvar_t< T > > &&other)
 
Dx dx ()
 

Public Attributes

Dx partial_ {0}
 
broadcast_array< Dxpartials_ {partial_}
 
const Opoperands_
 

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