Stokhos Development
Loading...
Searching...
No Matches
Public Types | Public Member Functions | Static Public Member Functions | List of all members
Stokhos::Multiply< KokkosSparse::CrsMatrix< const Sacado::UQ::PCE< MatrixStorage >, MatrixOrdinal, MatrixDevice, MatrixMemory, MatrixSize >, Kokkos::View< const Sacado::UQ::PCE< InputStorage > *, InputP... >, Kokkos::View< Sacado::UQ::PCE< OutputStorage > *, OutputP... > > Class Template Reference

Public Types

typedef Sacado::UQ::PCE< MatrixStorage > MatrixValue
 
typedef Sacado::UQ::PCE< InputStorage > InputVectorValue
 
typedef Sacado::UQ::PCE< OutputStorage > OutputVectorValue
 
typedef MatrixDevice::execution_space execution_space
 
typedef KokkosSparse::CrsMatrix< const MatrixValue, MatrixOrdinal, MatrixDevice, MatrixMemory, MatrixSize > matrix_type
 
typedef matrix_type::values_type matrix_values_type
 
typedef Kokkos::CijkType< matrix_values_type >::type tensor_type
 
typedef tensor_type::size_type size_type
 
typedef Kokkos::View< const InputVectorValue *, InputP... > input_vector_type
 
typedef Kokkos::View< OutputVectorValue *, OutputP... > output_vector_type
 
typedef Kokkos::TeamPolicy< execution_space >::member_type team_member
 

Public Member Functions

KOKKOS_INLINE_FUNCTION void operator() (const size_type iBlockRow) const
 
KOKKOS_INLINE_FUNCTION void operator() (const team_member &device) const
 

Static Public Member Functions

static void apply (const matrix_type &A, const input_vector_type &x, const output_vector_type &y, const input_scalar &a=input_scalar(1), const output_scalar &b=output_scalar(0))
 

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