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
AddDiagonalValuesKernel< 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

 AddDiagonalValuesKernel (const MatrixType matrix)
 
KOKKOS_INLINE_FUNCTION void operator() (const size_type i) const
 
 AddDiagonalValuesKernel (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 AddDiagonalValuesKernel< MatrixType >

Definition at line 216 of file Stokhos_KokkosCrsMatrixMPVectorUnitTest.hpp.

Member Typedef Documentation

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

Definition at line 217 of file Stokhos_KokkosCrsMatrixMPVectorUnitTest.hpp.

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

Definition at line 218 of file Stokhos_KokkosCrsMatrixMPVectorUnitTest.hpp.

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

Definition at line 219 of file Stokhos_KokkosCrsMatrixMPVectorUnitTest.hpp.

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

Definition at line 220 of file Stokhos_KokkosCrsMatrixMPVectorUnitTest.hpp.

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

Definition at line 331 of file Stokhos_KokkosCrsMatrixUQPCEUnitTest.hpp.

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

Definition at line 332 of file Stokhos_KokkosCrsMatrixUQPCEUnitTest.hpp.

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

Definition at line 333 of file Stokhos_KokkosCrsMatrixUQPCEUnitTest.hpp.

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

Definition at line 334 of file Stokhos_KokkosCrsMatrixUQPCEUnitTest.hpp.

Constructor & Destructor Documentation

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

Definition at line 223 of file Stokhos_KokkosCrsMatrixMPVectorUnitTest.hpp.

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

Definition at line 337 of file Stokhos_KokkosCrsMatrixUQPCEUnitTest.hpp.

Member Function Documentation

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

Definition at line 227 of file Stokhos_KokkosCrsMatrixMPVectorUnitTest.hpp.

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

Definition at line 235 of file Stokhos_KokkosCrsMatrixMPVectorUnitTest.hpp.

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

Definition at line 241 of file Stokhos_KokkosCrsMatrixMPVectorUnitTest.hpp.

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

Definition at line 341 of file Stokhos_KokkosCrsMatrixUQPCEUnitTest.hpp.

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

Definition at line 349 of file Stokhos_KokkosCrsMatrixUQPCEUnitTest.hpp.

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

Definition at line 355 of file Stokhos_KokkosCrsMatrixUQPCEUnitTest.hpp.

Member Data Documentation

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

Definition at line 222 of file Stokhos_KokkosCrsMatrixMPVectorUnitTest.hpp.


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