Sacado Package Browser (Single Doxygen Collection)  Version of the Day
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Classes | Functions
Sacado::FAD_NS Namespace Reference

Classes

class  DFad
 Forward-mode AD class using dynamic memory allocation and expression templates. More...
 
struct  BaseExpr< GeneralFad< T, Fad::DynamicStorage< T > > >
 
struct  ExprLevel< DFad< T > >
 
struct  IsFadExpr< DFad< T > >
 
class  ViewFad
 Forward-mode AD class using dynamic memory allocation and expression templates. More...
 
class  SFad
 Forward-mode AD class using static memory allocation. More...
 
struct  ExprLevel< SFad< T, N > >
 
struct  IsFadExpr< SFad< T, N > >
 
class  StaticStorage
 
class  SLFad
 Forward-mode AD class using static memory allocation with long arrays and expression templates. More...
 
struct  BaseExpr< GeneralFad< T, Fad::StaticStorage< T, N > > >
 
struct  ExprLevel< SLFad< T, N > >
 
struct  IsFadExpr< SLFad< T, N > >
 
class  ViewFadPtr
 
struct  BaseExpr< GeneralFad< T, Fad::ViewStorage< T, l, s, U > > >
 
struct  ExprLevel< ViewFad< T, l, s, U > >
 
struct  IsFadExpr< ViewFad< T, l, s, U > >
 

Functions

template<typename T , int Num>
std::ostream & operator<< (std::ostream &os, const Expr< SFadExprTag< T, Num > > &x)
 

Function Documentation

template<typename T , int Num>
std::ostream& Sacado::FAD_NS::operator<< ( std::ostream &  os,
const Expr< SFadExprTag< T, Num > > &  x 
)

Definition at line 252 of file Sacado_Fad_SFad_tmpl.hpp.