Sacado Package Browser (Single Doxygen Collection)  Version of the Day
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Types | Static Public Member Functions | List of all members
Sacado::ScalarValue< Fad::SimpleFad< ValueT > > Struct Template Reference

Specialization of ScalarValue to SimpleFad types. More...

#include <Sacado_Fad_SimpleFadTraits.hpp>

Public Types

typedef ValueType
< Fad::SimpleFad< ValueT >
>::type 
value_type
 
typedef ScalarType
< Fad::SimpleFad< ValueT >
>::type 
scalar_type
 

Static Public Member Functions

static const scalar_typeeval (const Fad::SimpleFad< ValueT > &x)
 

Detailed Description

template<typename ValueT>
struct Sacado::ScalarValue< Fad::SimpleFad< ValueT > >

Specialization of ScalarValue to SimpleFad types.

Definition at line 106 of file Sacado_Fad_SimpleFadTraits.hpp.

Member Typedef Documentation

template<typename ValueT >
typedef ValueType< Fad::SimpleFad<ValueT> >::type Sacado::ScalarValue< Fad::SimpleFad< ValueT > >::value_type

Definition at line 107 of file Sacado_Fad_SimpleFadTraits.hpp.

template<typename ValueT >
typedef ScalarType< Fad::SimpleFad<ValueT> >::type Sacado::ScalarValue< Fad::SimpleFad< ValueT > >::scalar_type

Definition at line 108 of file Sacado_Fad_SimpleFadTraits.hpp.

Member Function Documentation

template<typename ValueT >
static const scalar_type& Sacado::ScalarValue< Fad::SimpleFad< ValueT > >::eval ( const Fad::SimpleFad< ValueT > &  x)
inlinestatic

Definition at line 109 of file Sacado_Fad_SimpleFadTraits.hpp.


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