Stokhos  Development
Public Types | Static Public Member Functions | List of all members
Stokhos::Multiply< KokkosSparse::CrsMatrix< Sacado::MP::Vector< MatrixStorage >, MatrixOrdinal, Device, MatrixMemory, MatrixSize >, Kokkos::View< Sacado::MP::Vector< InputStorage > *, InputLayout, Device, InputMemory >, Kokkos::View< Sacado::MP::Vector< OutputStorage > *, OutputLayout, Device, OutputMemory > > Class Template Reference

Public Types

typedef Sacado::MP::Vector< MatrixStorage > MatrixValue
 
typedef Sacado::MP::Vector< InputStorage > InputVectorValue
 
typedef Sacado::MP::Vector< OutputStorage > OutputVectorValue
 
typedef Device execution_space
 
typedef execution_space::size_type size_type
 
typedef KokkosSparse::CrsMatrix< MatrixValue, MatrixOrdinal, Device, MatrixMemory, MatrixSize > matrix_type
 
typedef matrix_type::values_type matrix_values_type
 
typedef Kokkos::View< InputVectorValue *, InputLayout, Device, InputMemory > input_vector_type
 
typedef Kokkos::View< OutputVectorValue *, OutputLayout, Device, OutputMemory > output_vector_type
 

Static Public Member Functions

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

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