Automatic Differentiation
 
Loading...
Searching...
No Matches
stan::plain_type< T, require_t< stan::math::conjunction< is_var< T >, is_eigen< value_type_t< T > > > > > Struct Template Reference

Detailed Description

template<typename T>
struct stan::plain_type< T, require_t< stan::math::conjunction< is_var< T >, is_eigen< value_type_t< T > > > > >

Determines plain (non expression) type associated with T.

For var_value with an underlying eigen type this is a var_value<plain_type_t<T>>

Template Parameters
Ttype to determine plain type of

Definition at line 17 of file plain_type.hpp.

#include <plain_type.hpp>

Public Types

using type = typename stan::math::var_value< plain_type_t< value_type_t< T > > >
 

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