Stokhos  Development
Public Types | Public Member Functions | Public Attributes | List of all members
Stokhos::MeanMultiply< KokkosSparse::CrsMatrix< Sacado::UQ::PCE< MatrixStorage >, MatrixOrdinal, Device, MatrixMemory, MatrixSize >, Kokkos::View< Sacado::UQ::PCE< InputStorage > *, Kokkos::LayoutLeft, ViewDevice, InputMemory >, Kokkos::View< Sacado::UQ::PCE< OutputStorage > *, Kokkos::LayoutLeft, ViewDevice, OutputMemory > >::BlockKernel< BlockSize > Struct Template Reference

Public Types

typedef Device execution_space
 
typedef matrix_values_type::flat_array_type matrix_array_type
 
typedef input_vector_type::array_type input_array_type
 
typedef output_vector_type::array_type output_array_type
 

Public Member Functions

 BlockKernel (const matrix_type &A, const input_vector_type &x, const output_vector_type &y, const input_scalar &a, const output_scalar &b)
 
KOKKOS_INLINE_FUNCTION void operator() (const size_type iBlockRow) const
 

Public Attributes

const matrix_array_type m_A_values
 
const matrix_graph_type m_A_graph
 
const output_array_type v_y
 
const input_array_type v_x
 
const input_scalar m_a
 
const output_scalar m_b
 
const size_type dim
 
const size_type numBlocks
 
const size_type rem
 
const size_type dim_block
 

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