|
Stokhos Development
|

Public Types | |
| typedef CrsMatrix< MatrixValue, Device, Layout > | matrix_type |
| typedef InputMultiVectorType | input_multi_vector_type |
| typedef OutputMultiVectorType | output_multi_vector_type |
| typedef Device | execution_space |
| typedef execution_space::size_type | size_type |
| typedef output_multi_vector_type::value_type | scalar_type |
Public Member Functions | |
| Multiply (const matrix_type &A, const input_multi_vector_type &x, output_multi_vector_type &y) | |
| KOKKOS_INLINE_FUNCTION void | operator() (const size_type iBlockRow) const |
Static Public Member Functions | |
| static void | apply (const matrix_type &A, const input_multi_vector_type &x, output_multi_vector_type &y) |
Public Attributes | |
| const matrix_type | m_A |
| const input_multi_vector_type | m_x |
| output_multi_vector_type | m_y |
| const size_type | m_num_row |
| const size_type | m_num_col |
Static Public Attributes | |
| static const size_type | m_block_row_size = 32 |
| static const size_type | m_block_col_size = 20 |