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

Detailed Description

template<typename Dx, int R, int C>
class stan::math::internal::ops_partials_edge< Dx, std::vector< Eigen::Matrix< fvar< Dx >, R, C > > >

Definition at line 146 of file operands_and_partials.hpp.

#include <operands_and_partials.hpp>

Public Types

using Op = std::vector< Eigen::Matrix< fvar< Dx >, R, C > >
 
using partial_t = Eigen::Matrix< Dx, R, C >
 

Public Member Functions

 ops_partials_edge (const Op &ops)
 
Dx dx ()
 

Public Attributes

std::vector< partial_tpartials_vec_
 
Op operands_
 

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