Automatic Differentiation
 
Loading...
Searching...
No Matches
stan::partials_type< T, typename > Struct Template Reference

Detailed Description

template<typename T, typename = void>
struct stan::partials_type< T, typename >

This base implementation will contain a static member function named type equal to the type passed into it.

When this is specialized for vars the type will be double and fvar<T> will have a member type of value T.

Definition at line 12 of file partials_type.hpp.

#include <partials_type.hpp>

Public Types

using type = T
 

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