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

Detailed Description

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

Template specialization defining the scalar type of values stored in var_value.

Template Parameters
Ttype to check.

Definition at line 1199 of file var.hpp.

#include <var.hpp>

Public Types

using type = math::var_value< scalar_type_t< typename std::decay_t< T >::value_type > >
 

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