Sacado Package Browser (Single Doxygen Collection)  Version of the Day
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Classes | Namespaces | Typedefs
Sacado_Fad_Exp_ViewFad.hpp File Reference
#include "Sacado_Fad_Exp_GeneralFad.hpp"
#include "Sacado_Fad_Exp_ViewStorage.hpp"
Include dependency graph for Sacado_Fad_Exp_ViewFad.hpp:

Go to the source code of this file.

Classes

class  Sacado::Fad::Exp::ViewFadPtr< T, sl, ss, U >
 
struct  Sacado::ViewFadType< typename, unsigned, unsigned >
 Get view type for any Fad type. More...
 
struct  Sacado::ViewFadType< Fad::Exp::GeneralFad< S >, length, stride >
 The View Fad type associated with this type. More...
 
struct  Sacado::ViewFadType< const Fad::Exp::GeneralFad< S >, length, stride >
 The View Fad type associated with this type. More...
 
struct  Sacado::BaseExprType< Fad::Exp::GeneralFad< Fad::Exp::ViewStorage< T, static_length, static_stride, U > > >
 
struct  Sacado::ScalarType< Fad::Exp::ViewFad< ValueT, Size, Stride, Base > >
 Specialization of ScalarType to ViewFad types. More...
 
struct  Sacado::ValueType< Fad::Exp::ViewFad< ValueT, Size, Stride, Base > >
 

Namespaces

 Sacado
 
 Sacado::Fad
 Namespace for forward-mode AD classes.
 
 Sacado::Fad::Exp
 

Typedefs

template<typename T , unsigned static_length, unsigned static_stride, typename U >
using Sacado::Fad::Exp::ViewFad = GeneralFad< ViewStorage< T, static_length, static_stride, U > >