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

Detailed Description

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

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

Template Parameters
Ttype to check.

Definition at line 31 of file is_eigen.hpp.

#include <is_eigen.hpp>

Public Types

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

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