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

Detailed Description

template<int R, int C>
class stan::math::internal::ops_partials_edge< double, std::vector< Eigen::Matrix< var, R, C > > >

Definition at line 189 of file operands_and_partials.hpp.

#include <operands_and_partials.hpp>

Public Types

using inner_op = arena_t< Eigen::Matrix< var, R, C > >
 
using Op = std::vector< inner_op, arena_allocator< inner_op > >
 
using partial_t = arena_t< Eigen::Matrix< double, R, C > >
 

Public Member Functions

 ops_partials_edge (const std::vector< Eigen::Matrix< var, R, C > > &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: