Stokhos  Development
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator
Public Types | Public Member Functions | Static Public Member Functions | Public Attributes
Stokhos::Multiply< BlockCrsMatrix< BlockSpec, MatrixValue, Kokkos::Cuda >, Kokkos::View< VectorValue **, Kokkos::LayoutLeft, Kokkos::Cuda >, Kokkos::View< VectorValue **, Kokkos::LayoutLeft, Kokkos::Cuda > > Class Template Reference
Collaboration diagram for Stokhos::Multiply< BlockCrsMatrix< BlockSpec, MatrixValue, Kokkos::Cuda >, Kokkos::View< VectorValue **, Kokkos::LayoutLeft, Kokkos::Cuda >, Kokkos::View< VectorValue **, Kokkos::LayoutLeft, Kokkos::Cuda > >:
Collaboration graph
[legend]

List of all members.

Public Types

typedef Kokkos::Cuda device_type
typedef device_type::size_type size_type
typedef Kokkos::View
< VectorValue
**,Kokkos::LayoutLeft,
Kokkos::Cuda > 
block_vector_type
typedef BlockCrsMatrix
< BlockSpec, MatrixValue,
device_type > 
matrix_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

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


The documentation for this class was generated from the following file:
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator