Loading [MathJax]/extensions/TeX/AMSsymbols.js
Automatic Differentiation
 
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
Loading...
Searching...
No Matches
stan::value_type< T, std::enable_if_t< is_fvar< std::decay_t< T > >::value > > Struct Template Reference

Detailed Description

template<typename T>
struct stan::value_type< T, std::enable_if_t< is_fvar< std::decay_t< T > >::value > >

Specialization for pointers returns the underlying value the pointer is pointing to.

Definition at line 22 of file is_fvar.hpp.

#include <is_fvar.hpp>

Public Types

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

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