Sacado Package Browser (Single Doxygen Collection)
Version of the Day
|
#include "Sacado_CacheFad_Expression.hpp"
#include "Sacado_cmath.hpp"
#include "Sacado_dummy_arg.hpp"
#include <ostream>
Go to the source code of this file.
Namespaces | |
Sacado | |
Sacado::CacheFad | |
Namespace for forward-mode AD classes w/caching. | |
Macros | |
#define | FAD_UNARYOP_MACRO(OPNAME, OP, PARTIAL, VALUE) |
#define | FAD_BINARYOP_MACRO(OPNAME, OP) |
#define | FAD_RELOP_MACRO(OP) |
#define | FAD_BOOL_MACRO(OP) |
Functions | |
template<typename T > | |
KOKKOS_INLINE_FUNCTION Expr < UnaryPlusOp< Expr< T > > > | Sacado::CacheFad::operator+ (const Expr< T > &expr) |
template<typename T > | |
KOKKOS_INLINE_FUNCTION Expr < UnaryMinusOp< Expr< T > > > | Sacado::CacheFad::operator- (const Expr< T > &expr) |
template<typename T > | |
KOKKOS_INLINE_FUNCTION Expr < AbsOp< Expr< T > > > | Sacado::CacheFad::abs (const Expr< T > &expr) |
template<typename T > | |
KOKKOS_INLINE_FUNCTION Expr < FAbsOp< Expr< T > > > | Sacado::CacheFad::fabs (const Expr< T > &expr) |
FAD_UNARYOP_MACRO (exp, ExpOp, a=std::exp(v), a) FAD_UNARYOP_MACRO(log | |
template<typename ExprT > | |
KOKKOS_INLINE_FUNCTION bool | Sacado::CacheFad::operator! (const Expr< ExprT > &expr) |
template<typename ExprT > | |
KOKKOS_INLINE_FUNCTION bool | Sacado::CacheFad::toBool (const Expr< ExprT > &x) |
template<typename ExprT > | |
std::ostream & | Sacado::CacheFad::operator<< (std::ostream &os, const Expr< ExprT > &x) |
Variables | |
LogOp | |
a =value_type(1)/v | |
Log10Op | |
SqrtOp | |
SafeSqrtOp | |
CosOp | |
SinOp | |
TanOp | |
ACosOp | |
ASinOp | |
ATanOp | |
CoshOp | |
SinhOp | |
TanhOp | |
ACoshOp | |
ASinhOp | |
ATanhOp | |
#define FAD_UNARYOP_MACRO | ( | OPNAME, | |
OP, | |||
PARTIAL, | |||
VALUE | |||
) |
Definition at line 349 of file Sacado_CacheFad_Ops.hpp.
#define FAD_BINARYOP_MACRO | ( | OPNAME, | |
OP | |||
) |
Definition at line 2434 of file Sacado_CacheFad_Ops.hpp.
#define FAD_RELOP_MACRO | ( | OP | ) |
Definition at line 2524 of file Sacado_CacheFad_Ops.hpp.
#define FAD_BOOL_MACRO | ( | OP | ) |
Definition at line 2608 of file Sacado_CacheFad_Ops.hpp.
LogOp |
Definition at line 425 of file Sacado_CacheFad_Ops.hpp.
a =value_type(1)/v |
Definition at line 426 of file Sacado_CacheFad_Ops.hpp.
Log10Op |
Definition at line 429 of file Sacado_CacheFad_Ops.hpp.
SqrtOp |
Definition at line 433 of file Sacado_CacheFad_Ops.hpp.
SafeSqrtOp |
Definition at line 437 of file Sacado_CacheFad_Ops.hpp.
CosOp |
Definition at line 441 of file Sacado_CacheFad_Ops.hpp.
SinOp |
Definition at line 445 of file Sacado_CacheFad_Ops.hpp.
TanOp |
Definition at line 449 of file Sacado_CacheFad_Ops.hpp.
ACosOp |
Definition at line 453 of file Sacado_CacheFad_Ops.hpp.
ASinOp |
Definition at line 457 of file Sacado_CacheFad_Ops.hpp.
ATanOp |
Definition at line 461 of file Sacado_CacheFad_Ops.hpp.
CoshOp |
Definition at line 465 of file Sacado_CacheFad_Ops.hpp.
SinhOp |
Definition at line 469 of file Sacado_CacheFad_Ops.hpp.
TanhOp |
Definition at line 473 of file Sacado_CacheFad_Ops.hpp.
ACoshOp |
Definition at line 477 of file Sacado_CacheFad_Ops.hpp.
ASinhOp |
Definition at line 481 of file Sacado_CacheFad_Ops.hpp.
ATanhOp |
Definition at line 485 of file Sacado_CacheFad_Ops.hpp.