Automatic Differentiation
 
Loading...
Searching...
No Matches
stan::math::internal::ops_partials_edge< double, var_value< Op >, require_kernel_expression_lhs_t< Op > > Class Template Reference

Detailed Description

template<typename Op>
class stan::math::internal::ops_partials_edge< double, var_value< Op >, require_kernel_expression_lhs_t< Op > >

Definition at line 17 of file operands_and_partials.hpp.

#include <operands_and_partials.hpp>

Public Types

using partials_t = arena_matrix_cl< value_type_t< Op > >
 

Public Member Functions

 ops_partials_edge (const var_value< Op > &ops)
 
auto & partial () noexcept
 
auto & operand () const noexcept
 

Static Public Member Functions

static constexpr int size ()
 

Public Attributes

partials_t partials_
 
broadcast_array< partials_tpartials_vec_
 
var_value< Op > operands_
 

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