Stokhos Package Browser (Single Doxygen Collection)  Version of the Day
Classes | Functions
Sacado::MP Namespace Reference

Classes

class  Expr
 
class  Vector
 

Functions

template<typename T >
KOKKOS_INLINE_FUNCTION bool operator! (const Expr< T > &expr)
 
template<typename T >
KOKKOS_INLINE_FUNCTION bool toBool (const Expr< T > &xx)
 
template<typename T >
std::ostream & operator<< (std::ostream &os, const Expr< T > &x)
 
template<typename O , typename T , int N, typename D >
KOKKOS_INLINE_FUNCTION bool operator! (const Vector< Stokhos::StaticFixedStorage< O, T, N, D > > &a)
 
template<typename O , typename T , int N, typename D >
KOKKOS_INLINE_FUNCTION bool toBool (const Vector< Stokhos::StaticFixedStorage< O, T, N, D > > &x)
 

Function Documentation

◆ operator!() [1/2]

template<typename T >
KOKKOS_INLINE_FUNCTION bool Sacado::MP::operator! ( const Expr< T > &  expr)

Definition at line 878 of file Sacado_MP_Vector_ops.hpp.

◆ toBool() [1/2]

template<typename T >
KOKKOS_INLINE_FUNCTION bool Sacado::MP::toBool ( const Expr< T > &  xx)

Definition at line 895 of file Sacado_MP_Vector_ops.hpp.

◆ operator<<()

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

Definition at line 954 of file Sacado_MP_Vector_ops.hpp.

◆ operator!() [2/2]

template<typename O , typename T , int N, typename D >
KOKKOS_INLINE_FUNCTION bool Sacado::MP::operator! ( const Vector< Stokhos::StaticFixedStorage< O, T, N, D > > &  a)

Definition at line 395 of file Sacado_MP_Vector_SFS_ops.hpp.

◆ toBool() [2/2]

template<typename O , typename T , int N, typename D >
KOKKOS_INLINE_FUNCTION bool Sacado::MP::toBool ( const Vector< Stokhos::StaticFixedStorage< O, T, N, D > > &  x)

Definition at line 412 of file Sacado_MP_Vector_SFS_ops.hpp.