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

Classes

struct  is_same< Kokkos::LayoutContiguous< Layout, Stride >, Layout >
 
struct  is_same< Kokkos::LayoutNatural< Layout >, Layout >
 
struct  is_same< Layout, Kokkos::LayoutContiguous< Layout, Stride > >
 
struct  is_same< Layout, Kokkos::LayoutNatural< Layout > >
 

Functions

float acosh (float x)
 
float asinh (float x)
 
float atanh (float x)
 
double acosh (double x)
 
double asinh (double x)
 
double atanh (double x)
 
template<typename T>
Taylor< Tmin (const Base< Taylor< T > > &a, const Base< Taylor< T > > &b)
 
template<typename T>
Taylor< Tmax (const Base< Taylor< T > > &a, const Base< Taylor< T > > &b)
 
template<typename T1, typename T2>
PowExprType< Expr< T1 >, Expr< T2 > >::expr_type pow (const Expr< T1 > &expr1, const Expr< T2 > &expr2)
 
template<typename T>
Log10ExprType< T >::expr_type log10 (const Expr< T > &expr)
 
template<typename T>
TanExprType< T >::expr_type tan (const Expr< T > &expr)
 
template<typename T>
ASinExprType< T >::expr_type asin (const Expr< T > &expr)
 
template<typename T>
ACosExprType< T >::expr_type acos (const Expr< T > &expr)
 
template<typename T>
ATanExprType< T >::expr_type atan (const Expr< T > &expr)
 
template<typename T>
TanhExprType< T >::expr_type tanh (const Expr< T > &expr)
 

Function Documentation

◆ acosh() [1/2]

float std::acosh ( float x)
inline

Definition at line 39 of file Sacado_cmath.hpp.

◆ asinh() [1/2]

float std::asinh ( float x)
inline

Definition at line 41 of file Sacado_cmath.hpp.

◆ atanh() [1/2]

float std::atanh ( float x)
inline

Definition at line 43 of file Sacado_cmath.hpp.

◆ acosh() [2/2]

double std::acosh ( double x)
inline

Definition at line 46 of file Sacado_cmath.hpp.

◆ asinh() [2/2]

double std::asinh ( double x)
inline

Definition at line 48 of file Sacado_cmath.hpp.

◆ atanh() [2/2]

double std::atanh ( double x)
inline

Definition at line 50 of file Sacado_cmath.hpp.

◆ min()

template<typename T>
Taylor< T > Sacado::Tay::min ( const Base< Taylor< T > > & a,
const Base< Taylor< T > > & b )

Definition at line 1274 of file Sacado_Tay_TaylorImp.hpp.

◆ max()

template<typename T>
Taylor< T > Sacado::Tay::max ( const Base< Taylor< T > > & a,
const Base< Taylor< T > > & b )

Definition at line 1234 of file Sacado_Tay_TaylorImp.hpp.

◆ pow()

template<typename T1, typename T2>
PowExprType< Expr< T1 >, Expr< T2 > >::expr_type Sacado::Tay::pow ( const Expr< T1 > & expr1,
const Expr< T2 > & expr2 )
inline

Definition at line 1731 of file Sacado_Tay_CacheTaylorOps.hpp.

◆ log10()

template<typename T>
Log10ExprType< T >::expr_type Sacado::Tay::log10 ( const Expr< T > & expr)
inline

Definition at line 1763 of file Sacado_Tay_CacheTaylorOps.hpp.

◆ tan()

template<typename T>
TanExprType< T >::expr_type Sacado::Tay::tan ( const Expr< T > & expr)
inline

Definition at line 1779 of file Sacado_Tay_CacheTaylorOps.hpp.

◆ asin()

template<typename T>
ASinExprType< T >::expr_type Sacado::Tay::asin ( const Expr< T > & expr)
inline

Definition at line 1798 of file Sacado_Tay_CacheTaylorOps.hpp.

◆ acos()

template<typename T>
ACosExprType< T >::expr_type Sacado::Tay::acos ( const Expr< T > & expr)
inline

Definition at line 1819 of file Sacado_Tay_CacheTaylorOps.hpp.

◆ atan()

template<typename T>
ATanExprType< T >::expr_type Sacado::Tay::atan ( const Expr< T > & expr)
inline

Definition at line 1839 of file Sacado_Tay_CacheTaylorOps.hpp.

◆ tanh()

template<typename T>
TanhExprType< T >::expr_type Sacado::Tay::tanh ( const Expr< T > & expr)
inline

Definition at line 1857 of file Sacado_Tay_CacheTaylorOps.hpp.