Automatic Differentiation
 
Loading...
Searching...
No Matches
Eigen::internal::traits< stan::math::arena_matrix< T > > Struct Template Reference

Detailed Description

template<typename T>
struct Eigen::internal::traits< stan::math::arena_matrix< T > >

Definition at line 439 of file arena_matrix.hpp.

#include <arena_matrix.hpp>

Public Types

enum  {
  PlainObjectTypeInnerSize = base::PlainObjectTypeInnerSize ,
  InnerStrideAtCompileTime = base::InnerStrideAtCompileTime ,
  OuterStrideAtCompileTime = base::OuterStrideAtCompileTime ,
  Alignment = base::Alignment ,
  Flags = base::Flags
}
 
using base = traits< Eigen::Map< T > >
 
using XprKind = typename Eigen::internal::traits< std::decay_t< T > >::XprKind
 

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