Sacado Package Browser (Single Doxygen Collection) Version of the Day
Loading...
Searching...
No Matches
MakeFad< 1 > Struct Reference
Inheritance diagram for MakeFad< 1 >:

Public Types

typedef FadType type
typedef MakeFad< N-1 >::type nested_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

Definition at line 77 of file high_order_example.cpp.

Member Typedef Documentation

◆ type

typedef FadType MakeFad< 1 >::type

Definition at line 78 of file high_order_example.cpp.

◆ nested_type

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

Definition at line 60 of file high_order_example.cpp.

Member Function Documentation

◆ apply() [1/2]

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

Definition at line 81 of file high_order_example.cpp.

◆ apply() [2/2]

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

Definition at line 86 of file high_order_example.cpp.


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