Sacado Package Browser (Single Doxygen Collection) Version of the Day
Loading...
Searching...
No Matches
Sacado::FAD_NS Namespace Reference

Classes

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

Functions

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

Function Documentation

◆ operator<<()

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.