Stokhos Package Browser (Single Doxygen Collection)  Version of the Day
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Types | Public Member Functions | Static Public Member Functions | Public Attributes | List of all members
ReplaceDiagonalValuesKernel< MatrixType > Struct Template Reference

#include <Stokhos_KokkosCrsMatrixMPVectorUnitTest.hpp>

Public Types

typedef MatrixType::execution_space execution_space
 
typedef MatrixType::size_type size_type
 
typedef MatrixType::value_type value_type
 
typedef MatrixType::ordinal_type ordinal_type
 
typedef MatrixType::execution_space execution_space
 
typedef MatrixType::size_type size_type
 
typedef MatrixType::value_type value_type
 
typedef MatrixType::ordinal_type ordinal_type
 

Public Member Functions

 ReplaceDiagonalValuesKernel (const MatrixType matrix)
 
KOKKOS_INLINE_FUNCTION void operator() (const size_type i) const
 
 ReplaceDiagonalValuesKernel (const MatrixType matrix)
 
KOKKOS_INLINE_FUNCTION void operator() (const size_type i) const
 

Static Public Member Functions

static void apply (const MatrixType matrix)
 
static bool check (const MatrixType matrix, Teuchos::FancyOStream &out)
 
static void apply (const MatrixType matrix)
 
static bool check (const MatrixType matrix, Teuchos::FancyOStream &out)
 

Public Attributes

const MatrixType m_matrix
 

Detailed Description

template<typename MatrixType>
struct ReplaceDiagonalValuesKernel< MatrixType >

Definition at line 168 of file Stokhos_KokkosCrsMatrixMPVectorUnitTest.hpp.

Member Typedef Documentation

template<typename MatrixType >
typedef MatrixType::execution_space ReplaceDiagonalValuesKernel< MatrixType >::execution_space

Definition at line 169 of file Stokhos_KokkosCrsMatrixMPVectorUnitTest.hpp.

template<typename MatrixType >
typedef MatrixType::size_type ReplaceDiagonalValuesKernel< MatrixType >::size_type

Definition at line 170 of file Stokhos_KokkosCrsMatrixMPVectorUnitTest.hpp.

template<typename MatrixType >
typedef MatrixType::value_type ReplaceDiagonalValuesKernel< MatrixType >::value_type

Definition at line 171 of file Stokhos_KokkosCrsMatrixMPVectorUnitTest.hpp.

template<typename MatrixType >
typedef MatrixType::ordinal_type ReplaceDiagonalValuesKernel< MatrixType >::ordinal_type

Definition at line 172 of file Stokhos_KokkosCrsMatrixMPVectorUnitTest.hpp.

template<typename MatrixType >
typedef MatrixType::execution_space ReplaceDiagonalValuesKernel< MatrixType >::execution_space

Definition at line 282 of file Stokhos_KokkosCrsMatrixUQPCEUnitTest.hpp.

template<typename MatrixType >
typedef MatrixType::size_type ReplaceDiagonalValuesKernel< MatrixType >::size_type

Definition at line 283 of file Stokhos_KokkosCrsMatrixUQPCEUnitTest.hpp.

template<typename MatrixType >
typedef MatrixType::value_type ReplaceDiagonalValuesKernel< MatrixType >::value_type

Definition at line 284 of file Stokhos_KokkosCrsMatrixUQPCEUnitTest.hpp.

template<typename MatrixType >
typedef MatrixType::ordinal_type ReplaceDiagonalValuesKernel< MatrixType >::ordinal_type

Definition at line 285 of file Stokhos_KokkosCrsMatrixUQPCEUnitTest.hpp.

Constructor & Destructor Documentation

template<typename MatrixType >
ReplaceDiagonalValuesKernel< MatrixType >::ReplaceDiagonalValuesKernel ( const MatrixType  matrix)
inline

Definition at line 175 of file Stokhos_KokkosCrsMatrixMPVectorUnitTest.hpp.

template<typename MatrixType >
ReplaceDiagonalValuesKernel< MatrixType >::ReplaceDiagonalValuesKernel ( const MatrixType  matrix)
inline

Definition at line 288 of file Stokhos_KokkosCrsMatrixUQPCEUnitTest.hpp.

Member Function Documentation

template<typename MatrixType >
KOKKOS_INLINE_FUNCTION void ReplaceDiagonalValuesKernel< MatrixType >::operator() ( const size_type  i) const
inline

Definition at line 179 of file Stokhos_KokkosCrsMatrixMPVectorUnitTest.hpp.

template<typename MatrixType >
static void ReplaceDiagonalValuesKernel< MatrixType >::apply ( const MatrixType  matrix)
inlinestatic

Definition at line 187 of file Stokhos_KokkosCrsMatrixMPVectorUnitTest.hpp.

template<typename MatrixType >
static bool ReplaceDiagonalValuesKernel< MatrixType >::check ( const MatrixType  matrix,
Teuchos::FancyOStream out 
)
inlinestatic

Definition at line 193 of file Stokhos_KokkosCrsMatrixMPVectorUnitTest.hpp.

template<typename MatrixType >
KOKKOS_INLINE_FUNCTION void ReplaceDiagonalValuesKernel< MatrixType >::operator() ( const size_type  i) const
inline

Definition at line 292 of file Stokhos_KokkosCrsMatrixUQPCEUnitTest.hpp.

template<typename MatrixType >
static void ReplaceDiagonalValuesKernel< MatrixType >::apply ( const MatrixType  matrix)
inlinestatic

Definition at line 300 of file Stokhos_KokkosCrsMatrixUQPCEUnitTest.hpp.

template<typename MatrixType >
static bool ReplaceDiagonalValuesKernel< MatrixType >::check ( const MatrixType  matrix,
Teuchos::FancyOStream out 
)
inlinestatic

Definition at line 306 of file Stokhos_KokkosCrsMatrixUQPCEUnitTest.hpp.

Member Data Documentation

template<typename MatrixType >
const MatrixType ReplaceDiagonalValuesKernel< MatrixType >::m_matrix

Definition at line 174 of file Stokhos_KokkosCrsMatrixMPVectorUnitTest.hpp.


The documentation for this struct was generated from the following files: