Stokhos  Development
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Groups Pages
Public Types | Public Member Functions | Static Public Member Functions | Public Attributes | List of all members
Stokhos::Multiply< CrsMatrix< MatrixValue, Device, Layout >, InputVectorType, OutputVectorType, void, IntegralRank< 1 > > Class Template Reference
Collaboration diagram for Stokhos::Multiply< CrsMatrix< MatrixValue, Device, Layout >, InputVectorType, OutputVectorType, void, IntegralRank< 1 > >:
Collaboration graph
[legend]

Public Types

typedef CrsMatrix< MatrixValue,
Device, Layout > 
matrix_type
 
typedef InputVectorType input_vector_type
 
typedef OutputVectorType output_vector_type
 
typedef Device execution_space
 
typedef execution_space::size_type size_type
 
typedef
output_vector_type::value_type 
scalar_type
 

Public Member Functions

 Multiply (const matrix_type &A, const input_vector_type &x, output_vector_type &y)
 
KOKKOS_INLINE_FUNCTION void operator() (const size_type iRow) const
 

Static Public Member Functions

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

Public Attributes

const matrix_type m_A
 
const input_vector_type m_x
 
output_vector_type m_y
 

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