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

Detailed Description

Definition at line 215 of file operands_and_partials.hpp.

#include <operands_and_partials.hpp>

Public Types

using inner_vec = std::vector< var, arena_allocator< var > >
 
using Op = std::vector< inner_vec, arena_allocator< inner_vec > >
 
using partial_t = std::vector< double, arena_allocator< double > >
 

Public Member Functions

 ops_partials_edge (const std::vector< std::vector< var > > &ops)
 
int size () const noexcept
 
auto && operand () noexcept
 
auto && partial () noexcept
 

Public Attributes

std::vector< partial_t, arena_allocator< partial_t > > partials_vec_
 
Op operands_
 

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