Automatic Differentiation
 
Loading...
Searching...
No Matches
stan::base_type< T, std::enable_if_t< is_eigen< T >::value > > Struct Template Reference

Detailed Description

template<typename T>
struct stan::base_type< T, std::enable_if_t< is_eigen< T >::value > >

Template metaprogram defining the base base type of values stored in an Eigen matrix.

Template Parameters
Ttype of matrix

Definition at line 52 of file base_type.hpp.

#include <base_type.hpp>

Public Types

using type = base_type_t< typename std::decay_t< T >::Scalar >
 

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