|
Sacado Package Browser (Single Doxygen Collection)
Version of the Day
|
#include "Sacado_ConfigDefs.h"#include "Sacado_dummy_arg.hpp"#include "Sacado_mpl_enable_if.hpp"#include "Sacado_mpl_disable_if.hpp"#include "Sacado_mpl_is_convertible.hpp"#include "Sacado_mpl_is_same.hpp"#include <string>

Go to the source code of this file.
Namespaces | |
| Sacado | |
Macros | |
| #define | SACADO_PROMOTE_SPECIALIZATION(type1, type2, type3) |
| Specialization of Promote to builtin types. More... | |
| #define | SACADO_AD_PROMOTE_SPEC(NS, AD) /* */ |
| #define | SACADO_AD_PROMOTE_SPEC2(NS, AD) /* */ |
| #define | SACADO_FAD_PROMOTE_SPEC(NS, FAD) /* */ |
| #define | SACADO_SFAD_PROMOTE_SPEC(NS, FAD) /* */ |
| #define | SACADO_EXPR_PROMOTE_SPEC(NS) /* */ |
| #define | SACADO_VFAD_PROMOTE_SPEC(NS) /* */ |
| #define | SACADO_RAD_PROMOTE_SPEC(NS) |
| #define | SACADO_BUILTIN_SPECIALIZATION(t, NAME) |
| Specialization of above classes to builtin types. More... | |
| #define | SACADO_BUILTIN_SPECIALIZATION_COMPLEX(t, NAME) |
Enumerations | |
| enum | Sacado::DerivInit { Sacado::NoInitDerivArray = 0, Sacado::InitDerivArray } |
| Enum use to signal whether the derivative array should be initialized in AD object constructors. More... | |
| #define SACADO_PROMOTE_SPECIALIZATION | ( | type1, | |
| type2, | |||
| type3 | |||
| ) |
Specialization of Promote to builtin types.
Definition at line 207 of file Sacado_Traits.hpp.
| #define SACADO_AD_PROMOTE_SPEC | ( | NS, | |
| AD | |||
| ) | /* */ |
Definition at line 235 of file Sacado_Traits.hpp.
| #define SACADO_AD_PROMOTE_SPEC2 | ( | NS, | |
| AD | |||
| ) | /* */ |
Definition at line 237 of file Sacado_Traits.hpp.
| #define SACADO_FAD_PROMOTE_SPEC | ( | NS, | |
| FAD | |||
| ) | /* */ |
Definition at line 239 of file Sacado_Traits.hpp.
| #define SACADO_SFAD_PROMOTE_SPEC | ( | NS, | |
| FAD | |||
| ) | /* */ |
Definition at line 241 of file Sacado_Traits.hpp.
| #define SACADO_EXPR_PROMOTE_SPEC | ( | NS | ) | /* */ |
Definition at line 243 of file Sacado_Traits.hpp.
| #define SACADO_VFAD_PROMOTE_SPEC | ( | NS | ) | /* */ |
Definition at line 245 of file Sacado_Traits.hpp.
| #define SACADO_RAD_PROMOTE_SPEC | ( | NS | ) |
Definition at line 247 of file Sacado_Traits.hpp.
| #define SACADO_BUILTIN_SPECIALIZATION | ( | t, | |
| NAME | |||
| ) |
Specialization of above classes to builtin types.
Definition at line 437 of file Sacado_Traits.hpp.
| #define SACADO_BUILTIN_SPECIALIZATION_COMPLEX | ( | t, | |
| NAME | |||
| ) |
Definition at line 470 of file Sacado_Traits.hpp.
1.8.5