Automatic Differentiation
 
Loading...
Searching...
No Matches

Detailed Description

Typedefs

template<typename T >
using stan::require_floating_point_t = require_t< std::is_floating_point< std::decay_t< T > > >
 Require type satisfies std::is_floating_point.