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::ELRFad Namespace Reference

Namespace for expression-level reverse forward-mode AD classes. More...

Classes

class  DFad
 
struct  BaseExpr
 Meta-function for determining concrete base expression. More...
 
class  Expr
 Wrapper for a generic expression template. More...
 
struct  ExprLevel
 Meta-function for determining nesting with an expression. More...
 
struct  ExprLevel< Expr< T > >
 
struct  IsFadExpr
 Determine whether a given type is an expression. More...
 
struct  IsFadExpr< Expr< T > >
 
class  ConstExpr
 Constant expression template. More...
 
struct  ExprConstRef
 
struct  ExprConstRef< ConstExpr< T > >
 
class  GeneralFad
 Forward-mode AD class templated on the storage for the derivative array. More...
 
class  Expr< GeneralFad< T, Storage > >
 GeneralFad expression template specialization. More...
 
struct  SFadExprTag
 A tag for specializing Expr for SFad expressions. More...
 
class  SFad
 
class  Expr< SFadExprTag< T, Num > >
 Expression template forward-mode AD class with static memory allocation. More...
 
class  SLFad
 
class  ViewFad
 
class  SafeSqrtOp
 

Functions

template<typename T , typename Storage >
std::ostream & operator<< (std::ostream &os, const GeneralFad< T, Storage > &x)
 
template<typename ExprT >
SACADO_INLINE_FUNCTION bool toBool (const Expr< ExprT > &x)
 
template<typename ExprT >
std::ostream & operator<< (std::ostream &os, const Expr< ExprT > &x)
 
template<typename T >
SACADO_INLINE_FUNCTION Expr
< SafeSqrtOp< Expr< T > > > 
safe_sqrt (const Expr< T > &)
 

Detailed Description

Namespace for expression-level reverse forward-mode AD classes.

Function Documentation

template<typename T , typename Storage >
std::ostream& Sacado::ELRFad::operator<< ( std::ostream &  os,
const GeneralFad< T, Storage > &  x 
)

Definition at line 1020 of file Sacado_ELRFad_GeneralFad.hpp.

template<typename ExprT >
SACADO_INLINE_FUNCTION bool Sacado::ELRFad::toBool ( const Expr< ExprT > &  x)

Definition at line 1017 of file Sacado_ELRFad_Ops.hpp.

template<typename ExprT >
std::ostream& Sacado::ELRFad::operator<< ( std::ostream &  os,
const Expr< ExprT > &  x 
)

Definition at line 1072 of file Sacado_ELRFad_Ops.hpp.

template<typename T >
SACADO_INLINE_FUNCTION Expr< SafeSqrtOp< Expr<T> > > Sacado::ELRFad::safe_sqrt ( const Expr< T > &  )