Stokhos Package Browser (Single Doxygen Collection)
Version of the Day
|
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) |
KOKKOS_INLINE_FUNCTION bool Sacado::MP::operator! | ( | const Expr< T > & | expr | ) |
Definition at line 878 of file Sacado_MP_Vector_ops.hpp.
KOKKOS_INLINE_FUNCTION bool Sacado::MP::toBool | ( | const Expr< T > & | xx | ) |
Definition at line 895 of file Sacado_MP_Vector_ops.hpp.
std::ostream& Sacado::MP::operator<< | ( | std::ostream & | os, |
const Expr< T > & | x | ||
) |
Definition at line 954 of file Sacado_MP_Vector_ops.hpp.
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.
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.