Sacado Package Browser (Single Doxygen Collection) Version of the Day
Loading...
Searching...
No Matches
Public Types | Static Public Member Functions | List of all members
MakeFad< N > Struct Template Reference

Public Types

typedef MakeFad< N-1 >::type nested_type
 
typedef Sacado::mpl::apply< FadType, nested_type >::type type
 

Static Public Member Functions

static type apply (const int n, const int i, const double x)
 
static type apply (const int n, const double x, const double v[])
 

Detailed Description

template<int N>
struct MakeFad< N >

Definition at line 58 of file high_order_example.cpp.

Member Typedef Documentation

◆ nested_type

template<int N>
typedef MakeFad<N-1>::type MakeFad< N >::nested_type

Definition at line 60 of file high_order_example.cpp.

◆ type

template<int N>
typedef Sacado::mpl::apply<FadType,nested_type>::type MakeFad< N >::type

Definition at line 61 of file high_order_example.cpp.

Member Function Documentation

◆ apply() [1/2]

template<int N>
static type MakeFad< N >::apply ( const int n,
const int i,
const double x )
inlinestatic

Definition at line 64 of file high_order_example.cpp.

◆ apply() [2/2]

template<int N>
static type MakeFad< N >::apply ( const int n,
const double x,
const double v[] )
inlinestatic

Definition at line 69 of file high_order_example.cpp.


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