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

Detailed Description

template<typename Op>
class stan::math::internal::ops_partials_edge< double, std::vector< var_value< Op > >, require_eigen_t< Op > >

Definition at line 238 of file operands_and_partials.hpp.

#include <operands_and_partials.hpp>

Public Types

using partials_t = std::vector< arena_t< Op >, arena_allocator< arena_t< Op > > >
 

Public Member Functions

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

Static Public Member Functions

static constexpr int size () noexcept
 

Public Attributes

partials_t partials_vec_
 
std::vector< var_value< Op >, arena_allocator< var_value< Op > > > operands_
 

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