Sacado Package Browser (Single Doxygen Collection)
Version of the Day
|
Namespace for forward-mode AD classes w/caching. 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... | |
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... | |
class | UnaryPlusOp |
class | Expr< UnaryPlusOp< ExprT > > |
class | UnaryMinusOp |
class | Expr< UnaryMinusOp< ExprT > > |
class | AbsOp |
class | Expr< AbsOp< ExprT > > |
class | FAbsOp |
class | Expr< FAbsOp< ExprT > > |
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 > | |
KOKKOS_INLINE_FUNCTION Expr < UnaryPlusOp< Expr< T > > > | operator+ (const Expr< T > &expr) |
template<typename T > | |
KOKKOS_INLINE_FUNCTION Expr < UnaryMinusOp< Expr< T > > > | operator- (const Expr< T > &expr) |
template<typename T > | |
KOKKOS_INLINE_FUNCTION Expr < AbsOp< Expr< T > > > | abs (const Expr< T > &expr) |
template<typename T > | |
KOKKOS_INLINE_FUNCTION Expr < FAbsOp< Expr< T > > > | fabs (const Expr< T > &expr) |
template<typename ExprT > | |
KOKKOS_INLINE_FUNCTION bool | operator! (const Expr< ExprT > &expr) |
template<typename ExprT > | |
KOKKOS_INLINE_FUNCTION bool | toBool (const Expr< ExprT > &x) |
template<typename ExprT > | |
std::ostream & | operator<< (std::ostream &os, const Expr< ExprT > &x) |
template<typename T > | |
KOKKOS_INLINE_FUNCTION Expr < SafeSqrtOp< Expr< T > > > | safe_sqrt (const Expr< T > &) |
Namespace for forward-mode AD classes w/caching.
Namespace for forward-mode AD classes.
KOKKOS_INLINE_FUNCTION Expr< UnaryPlusOp< Expr<T> > > Sacado::CacheFad::operator+ | ( | const Expr< T > & | expr | ) |
Definition at line 125 of file Sacado_CacheFad_Ops.hpp.
KOKKOS_INLINE_FUNCTION Expr< UnaryMinusOp< Expr<T> > > Sacado::CacheFad::operator- | ( | const Expr< T > & | expr | ) |
Definition at line 193 of file Sacado_CacheFad_Ops.hpp.
KOKKOS_INLINE_FUNCTION Expr< AbsOp< Expr<T> > > Sacado::CacheFad::abs | ( | const Expr< T > & | expr | ) |
Definition at line 266 of file Sacado_CacheFad_Ops.hpp.
KOKKOS_INLINE_FUNCTION Expr< FAbsOp< Expr<T> > > Sacado::CacheFad::fabs | ( | const Expr< T > & | expr | ) |
Definition at line 339 of file Sacado_CacheFad_Ops.hpp.
KOKKOS_INLINE_FUNCTION bool Sacado::CacheFad::operator! | ( | const Expr< ExprT > & | expr | ) |
Definition at line 2579 of file Sacado_CacheFad_Ops.hpp.
KOKKOS_INLINE_FUNCTION bool Sacado::CacheFad::toBool | ( | const Expr< ExprT > & | x | ) |
Definition at line 2596 of file Sacado_CacheFad_Ops.hpp.
std::ostream& Sacado::CacheFad::operator<< | ( | std::ostream & | os, |
const Expr< ExprT > & | x | ||
) |
Definition at line 2652 of file Sacado_CacheFad_Ops.hpp.
KOKKOS_INLINE_FUNCTION Expr< SafeSqrtOp< Expr<T> > > Sacado::CacheFad::safe_sqrt | ( | const Expr< T > & | ) |