Stokhos  Development
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Groups Pages
Public Types | Static Public Member Functions | List of all members
Stokhos::MeanMultiply< KokkosSparse::CrsMatrix< 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
KokkosSparse::CrsMatrix
< MatrixValue, MatrixOrdinal,
MatrixDevice, MatrixMemory,
MatrixSize > 
matrix_type
 
typedef matrix_type::const_type const_matrix_type
 
typedef Kokkos::View< const
InputVectorValue **, InputP... > 
input_vector_type
 
typedef Kokkos::View
< OutputVectorValue
**, OutputP... > 
output_vector_type
 
typedef
InputVectorValue::value_type 
input_scalar
 
typedef
OutputVectorValue::value_type 
output_scalar
 

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: