Stokhos Package Browser (Single Doxygen Collection)
Version of the Day
|
#include "Teuchos_UnitTestHarness.hpp"
#include "Teuchos_TestingHelpers.hpp"
#include "Teuchos_UnitTestRepository.hpp"
#include "Teuchos_GlobalMPISession.hpp"
#include "Stokhos_Sacado_Kokkos_MP_Vector.hpp"
#include "Stokhos_UnitTestHelpers.hpp"
#include <Kokkos_Core.hpp>
Go to the source code of this file.
Classes | |
struct | UnitTestSetup< VecType, FadType > |
Namespaces | |
DynamicVecTest | |
DynamicStridedVecTest | |
StaticVecTest | |
StaticFixedVecTest | |
Macros | |
#define | UNARY_UNIT_TEST(VEC, OP, OPNAME) |
#define | BINARY_UNIT_TEST(VEC, OP, OPNAME) |
#define | BINARYFUNC_UNIT_TEST(VEC, OP, SOP, OPNAME) |
#define | OPASSIGN_UNIT_TEST(VEC, OP, OPNAME) |
#define | SAXPY_UNIT_TEST(VEC) |
#define | TERNARY_UNIT_TEST(VEC) |
#define | VECTOR_UNIT_TESTS(VEC) |
Typedefs | |
typedef UnitTestSetup< vec_type > | DynamicVecTest::UTS |
typedef UnitTestSetup< vec_type > | DynamicStridedVecTest::UTS |
typedef UnitTestSetup< vec_type > | StaticVecTest::UTS |
typedef UnitTestSetup< vec_type > | StaticFixedVecTest::UTS |
Functions | |
int | main (int argc, char *argv[]) |
#define UNARY_UNIT_TEST | ( | VEC, | |
OP, | |||
OPNAME | |||
) |
Definition at line 91 of file Stokhos_SacadoMPVectorUnitTest.cpp.
#define BINARY_UNIT_TEST | ( | VEC, | |
OP, | |||
OPNAME | |||
) |
Definition at line 121 of file Stokhos_SacadoMPVectorUnitTest.cpp.
#define BINARYFUNC_UNIT_TEST | ( | VEC, | |
OP, | |||
SOP, | |||
OPNAME | |||
) |
Definition at line 215 of file Stokhos_SacadoMPVectorUnitTest.cpp.
#define OPASSIGN_UNIT_TEST | ( | VEC, | |
OP, | |||
OPNAME | |||
) |
Definition at line 310 of file Stokhos_SacadoMPVectorUnitTest.cpp.
#define SAXPY_UNIT_TEST | ( | VEC | ) |
Definition at line 354 of file Stokhos_SacadoMPVectorUnitTest.cpp.
#define TERNARY_UNIT_TEST | ( | VEC | ) |
Definition at line 400 of file Stokhos_SacadoMPVectorUnitTest.cpp.
#define VECTOR_UNIT_TESTS | ( | VEC | ) |
Definition at line 410 of file Stokhos_SacadoMPVectorUnitTest.cpp.
int main | ( | int | argc, |
char * | argv[] | ||
) |
Definition at line 509 of file Stokhos_SacadoMPVectorUnitTest.cpp.