|
|
typedef MatrixDevice::execution_space | execution_space |
| |
|
typedef Kokkos::FlatArrayType< matrix_values_type >::type | matrix_array_type |
| |
|
typedef input_vector_type::array_type | input_array_type |
| |
|
typedef output_vector_type::array_type | output_array_type |
| |
|
|
| 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 |
| |
|
|
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:
- Kokkos_CrsMatrix_UQ_PCE.hpp