|
template<typename IntType > |
IntType | KokkosKernelsUnitTest::map_fem_graph_coord (const IntType &N, const IntType &i, const IntType &j, const IntType &k) |
|
template<typename ordinal > |
ordinal | KokkosKernelsUnitTest::generate_fem_graph (ordinal N, std::vector< std::vector< ordinal > > &graph) |
|
template<typename scalar , typename ordinal > |
scalar | KokkosKernelsUnitTest::generate_matrix_coefficient (const ordinal nFEM, const ordinal nStoch, const ordinal iRowFEM, const ordinal iColFEM, const ordinal iStoch) |
|
template<typename scalar , typename ordinal > |
scalar | KokkosKernelsUnitTest::generate_vector_coefficient (const ordinal nFEM, const ordinal nStoch, const ordinal iColFEM, const ordinal iStoch) |
|
template<typename value_type , typename Device , typename SparseMatOps > |
bool | KokkosKernelsUnitTest::test_crs_matrix_free (const UnitTestSetup< Device > &setup, Teuchos::FancyOStream &out) |
|
template<typename value_type , typename Device , typename SparseMatOps > |
bool | KokkosKernelsUnitTest::test_crs_matrix_free_view (const UnitTestSetup< Device > &setup, Teuchos::FancyOStream &out) |
|
template<typename ScalarType , class Device > |
bool | KokkosKernelsUnitTest::test_crs_dense_block (const UnitTestSetup< Device > &setup, Teuchos::FancyOStream &out) |
|
template<typename ScalarType , class Device > |
bool | KokkosKernelsUnitTest::test_crs_flat_commuted (const UnitTestSetup< Device > &setup, Teuchos::FancyOStream &out) |
|
template<typename ScalarType , class Device > |
bool | KokkosKernelsUnitTest::test_crs_flat_original (const UnitTestSetup< Device > &setup, Teuchos::FancyOStream &out) |
|
template<typename ScalarType , typename TensorType , class Device > |
bool | KokkosKernelsUnitTest::test_crs_product_tensor (const UnitTestSetup< Device > &setup, Teuchos::FancyOStream &out, const Teuchos::ParameterList ¶ms=Teuchos::ParameterList()) |
|
template<typename ScalarType , class Device , int BlockSize> |
bool | KokkosKernelsUnitTest::test_linear_tensor (const UnitTestSetup< Device > &setup, Teuchos::FancyOStream &out, const bool symmetric) |
|
template<typename ScalarType , class Device > |
bool | KokkosKernelsUnitTest::test_lexo_block_tensor (const UnitTestSetup< Device > &setup, Teuchos::FancyOStream &out) |
|