Stokhos Package Browser (Single Doxygen Collection) Version of the Day
Loading...
Searching...
No Matches
Public Types | Public Member Functions | Static Public Member Functions | Public Attributes | List of all members
Stokhos::Multiply< BlockCrsMatrix< BlockSpec, MatrixValue, Kokkos::Cuda >, Kokkos::View< VectorValue **, Kokkos::LayoutLeft, Kokkos::Cuda >, Kokkos::View< VectorValue **, Kokkos::LayoutLeft, Kokkos::Cuda > > Class Template Reference

#include <Stokhos_Cuda_BlockCrsMatrix.hpp>

Public Types

typedef Kokkos::Cuda execution_space
 
typedef execution_space::size_type size_type
 
typedef Kokkos::View< VectorValue **,Kokkos::LayoutLeft, Kokkos::Cuda > block_vector_type
 
typedef BlockCrsMatrix< BlockSpec, MatrixValue, execution_spacematrix_type
 

Public Member Functions

 Multiply (const matrix_type &A, const block_vector_type &x, const block_vector_type &y)
 
__device__ void operator() (void) const
 

Static Public Member Functions

static void apply (const matrix_type &A, const block_vector_type &x, const block_vector_type &y)
 

Public Attributes

const matrix_type m_A
 
const block_vector_type m_x
 
const block_vector_type m_y
 

Detailed Description

template<class BlockSpec, typename MatrixValue, typename VectorValue>
class Stokhos::Multiply< BlockCrsMatrix< BlockSpec, MatrixValue, Kokkos::Cuda >, Kokkos::View< VectorValue **, Kokkos::LayoutLeft, Kokkos::Cuda >, Kokkos::View< VectorValue **, Kokkos::LayoutLeft, Kokkos::Cuda > >

Definition at line 57 of file Stokhos_Cuda_BlockCrsMatrix.hpp.

Member Typedef Documentation

◆ execution_space

template<class BlockSpec , typename MatrixValue , typename VectorValue >
typedef Kokkos::Cuda Stokhos::Multiply< BlockCrsMatrix< BlockSpec, MatrixValue, Kokkos::Cuda >, Kokkos::View< VectorValue **, Kokkos::LayoutLeft, Kokkos::Cuda >, Kokkos::View< VectorValue **, Kokkos::LayoutLeft, Kokkos::Cuda > >::execution_space

Definition at line 64 of file Stokhos_Cuda_BlockCrsMatrix.hpp.

◆ size_type

template<class BlockSpec , typename MatrixValue , typename VectorValue >
typedef execution_space::size_type Stokhos::Multiply< BlockCrsMatrix< BlockSpec, MatrixValue, Kokkos::Cuda >, Kokkos::View< VectorValue **, Kokkos::LayoutLeft, Kokkos::Cuda >, Kokkos::View< VectorValue **, Kokkos::LayoutLeft, Kokkos::Cuda > >::size_type

Definition at line 65 of file Stokhos_Cuda_BlockCrsMatrix.hpp.

◆ block_vector_type

template<class BlockSpec , typename MatrixValue , typename VectorValue >
typedef Kokkos::View< VectorValue** ,Kokkos::LayoutLeft , Kokkos::Cuda > Stokhos::Multiply< BlockCrsMatrix< BlockSpec, MatrixValue, Kokkos::Cuda >, Kokkos::View< VectorValue **, Kokkos::LayoutLeft, Kokkos::Cuda >, Kokkos::View< VectorValue **, Kokkos::LayoutLeft, Kokkos::Cuda > >::block_vector_type

Definition at line 66 of file Stokhos_Cuda_BlockCrsMatrix.hpp.

◆ matrix_type

template<class BlockSpec , typename MatrixValue , typename VectorValue >
typedef BlockCrsMatrix< BlockSpec , MatrixValue , execution_space > Stokhos::Multiply< BlockCrsMatrix< BlockSpec, MatrixValue, Kokkos::Cuda >, Kokkos::View< VectorValue **, Kokkos::LayoutLeft, Kokkos::Cuda >, Kokkos::View< VectorValue **, Kokkos::LayoutLeft, Kokkos::Cuda > >::matrix_type

Definition at line 67 of file Stokhos_Cuda_BlockCrsMatrix.hpp.

Constructor & Destructor Documentation

◆ Multiply()

template<class BlockSpec , typename MatrixValue , typename VectorValue >
Stokhos::Multiply< BlockCrsMatrix< BlockSpec, MatrixValue, Kokkos::Cuda >, Kokkos::View< VectorValue **, Kokkos::LayoutLeft, Kokkos::Cuda >, Kokkos::View< VectorValue **, Kokkos::LayoutLeft, Kokkos::Cuda > >::Multiply ( const matrix_type A,
const block_vector_type x,
const block_vector_type y 
)
inline

Definition at line 73 of file Stokhos_Cuda_BlockCrsMatrix.hpp.

Member Function Documentation

◆ operator()()

template<class BlockSpec , typename MatrixValue , typename VectorValue >
__device__ void Stokhos::Multiply< BlockCrsMatrix< BlockSpec, MatrixValue, Kokkos::Cuda >, Kokkos::View< VectorValue **, Kokkos::LayoutLeft, Kokkos::Cuda >, Kokkos::View< VectorValue **, Kokkos::LayoutLeft, Kokkos::Cuda > >::operator() ( void  ) const
inline

Definition at line 88 of file Stokhos_Cuda_BlockCrsMatrix.hpp.

◆ apply()

template<class BlockSpec , typename MatrixValue , typename VectorValue >
static void Stokhos::Multiply< BlockCrsMatrix< BlockSpec, MatrixValue, Kokkos::Cuda >, Kokkos::View< VectorValue **, Kokkos::LayoutLeft, Kokkos::Cuda >, Kokkos::View< VectorValue **, Kokkos::LayoutLeft, Kokkos::Cuda > >::apply ( const matrix_type A,
const block_vector_type x,
const block_vector_type y 
)
inlinestatic

Definition at line 112 of file Stokhos_Cuda_BlockCrsMatrix.hpp.

Member Data Documentation

◆ m_A

template<class BlockSpec , typename MatrixValue , typename VectorValue >
const matrix_type Stokhos::Multiply< BlockCrsMatrix< BlockSpec, MatrixValue, Kokkos::Cuda >, Kokkos::View< VectorValue **, Kokkos::LayoutLeft, Kokkos::Cuda >, Kokkos::View< VectorValue **, Kokkos::LayoutLeft, Kokkos::Cuda > >::m_A

Definition at line 69 of file Stokhos_Cuda_BlockCrsMatrix.hpp.

◆ m_x

template<class BlockSpec , typename MatrixValue , typename VectorValue >
const block_vector_type Stokhos::Multiply< BlockCrsMatrix< BlockSpec, MatrixValue, Kokkos::Cuda >, Kokkos::View< VectorValue **, Kokkos::LayoutLeft, Kokkos::Cuda >, Kokkos::View< VectorValue **, Kokkos::LayoutLeft, Kokkos::Cuda > >::m_x

Definition at line 70 of file Stokhos_Cuda_BlockCrsMatrix.hpp.

◆ m_y

template<class BlockSpec , typename MatrixValue , typename VectorValue >
const block_vector_type Stokhos::Multiply< BlockCrsMatrix< BlockSpec, MatrixValue, Kokkos::Cuda >, Kokkos::View< VectorValue **, Kokkos::LayoutLeft, Kokkos::Cuda >, Kokkos::View< VectorValue **, Kokkos::LayoutLeft, Kokkos::Cuda > >::m_y

Definition at line 71 of file Stokhos_Cuda_BlockCrsMatrix.hpp.


The documentation for this class was generated from the following file: