Stokhos Package Browser (Single Doxygen Collection)  Version of the Day
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Typedefs | Functions
Stokhos_SacadoPromoteUnitTest.cpp File Reference
#include <type_traits>
#include "Teuchos_UnitTestHarness.hpp"
#include "Teuchos_UnitTestRepository.hpp"
#include "Teuchos_GlobalMPISession.hpp"
#include "Teuchos_TestingHelpers.hpp"
#include "Sacado.hpp"
#include "Stokhos_Sacado.hpp"
#include "Stokhos_Sacado_Kokkos.hpp"
#include "Sacado_mpl_apply.hpp"
Include dependency graph for Stokhos_SacadoPromoteUnitTest.cpp:

Go to the source code of this file.

Typedefs

typedef
Kokkos::DefaultExecutionSpace 
device
 

Functions

template<typename uq_type , typename expr_type >
bool testUQExprPromote ()
 
template<typename uq_type , typename expr1_type , typename expr2_type >
bool testUQExprPromote2 ()
 
template<typename uq_type >
bool testUQPromote ()
 
template<typename uq_type >
bool testPromote ()
 
 TEUCHOS_UNIT_TEST_TEMPLATE_1_DECL (Promote, Promote, UQ)
 
int main (int argc, char *argv[])
 

Typedef Documentation

typedef Kokkos::DefaultExecutionSpace device

Definition at line 138 of file Stokhos_SacadoPromoteUnitTest.cpp.

Function Documentation

template<typename uq_type , typename expr_type >
bool testUQExprPromote ( )

Definition at line 25 of file Stokhos_SacadoPromoteUnitTest.cpp.

template<typename uq_type , typename expr1_type , typename expr2_type >
bool testUQExprPromote2 ( )

Definition at line 82 of file Stokhos_SacadoPromoteUnitTest.cpp.

template<typename uq_type >
bool testUQPromote ( )

Definition at line 96 of file Stokhos_SacadoPromoteUnitTest.cpp.

template<typename uq_type >
bool testPromote ( )

Definition at line 116 of file Stokhos_SacadoPromoteUnitTest.cpp.

TEUCHOS_UNIT_TEST_TEMPLATE_1_DECL ( Promote  ,
Promote  ,
UQ   
)

Definition at line 133 of file Stokhos_SacadoPromoteUnitTest.cpp.

int main ( int  argc,
char *  argv[] 
)

Definition at line 172 of file Stokhos_SacadoPromoteUnitTest.cpp.