Stokhos Package Browser (Single Doxygen Collection)
Version of the Day
|
#include <Kokkos_CrsMatrix_UQ_PCE.hpp>
Public Types | |
typedef MatrixDevice | 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 |
Public Member Functions | |
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 |
Public Attributes | |
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 |
Definition at line 929 of file Kokkos_CrsMatrix_UQ_PCE.hpp.
typedef MatrixDevice Stokhos::MeanMultiply< KokkosSparse::CrsMatrix< Sacado::UQ::PCE< MatrixStorage >, MatrixOrdinal, MatrixDevice, MatrixMemory, MatrixSize >, Kokkos::View< Sacado::UQ::PCE< InputStorage > *, InputP... >, Kokkos::View< Sacado::UQ::PCE< OutputStorage > *, OutputP... > >::BlockKernel< BlockSize >::execution_space |
Definition at line 930 of file Kokkos_CrsMatrix_UQ_PCE.hpp.
typedef Kokkos::FlatArrayType<matrix_values_type>::type Stokhos::MeanMultiply< KokkosSparse::CrsMatrix< Sacado::UQ::PCE< MatrixStorage >, MatrixOrdinal, MatrixDevice, MatrixMemory, MatrixSize >, Kokkos::View< Sacado::UQ::PCE< InputStorage > *, InputP... >, Kokkos::View< Sacado::UQ::PCE< OutputStorage > *, OutputP... > >::BlockKernel< BlockSize >::matrix_array_type |
Definition at line 931 of file Kokkos_CrsMatrix_UQ_PCE.hpp.
typedef input_vector_type::array_type Stokhos::MeanMultiply< KokkosSparse::CrsMatrix< Sacado::UQ::PCE< MatrixStorage >, MatrixOrdinal, MatrixDevice, MatrixMemory, MatrixSize >, Kokkos::View< Sacado::UQ::PCE< InputStorage > *, InputP... >, Kokkos::View< Sacado::UQ::PCE< OutputStorage > *, OutputP... > >::BlockKernel< BlockSize >::input_array_type |
Definition at line 932 of file Kokkos_CrsMatrix_UQ_PCE.hpp.
typedef output_vector_type::array_type Stokhos::MeanMultiply< KokkosSparse::CrsMatrix< Sacado::UQ::PCE< MatrixStorage >, MatrixOrdinal, MatrixDevice, MatrixMemory, MatrixSize >, Kokkos::View< Sacado::UQ::PCE< InputStorage > *, InputP... >, Kokkos::View< Sacado::UQ::PCE< OutputStorage > *, OutputP... > >::BlockKernel< BlockSize >::output_array_type |
Definition at line 933 of file Kokkos_CrsMatrix_UQ_PCE.hpp.
|
inline |
Definition at line 946 of file Kokkos_CrsMatrix_UQ_PCE.hpp.
|
inline |
Definition at line 964 of file Kokkos_CrsMatrix_UQ_PCE.hpp.
const matrix_array_type Stokhos::MeanMultiply< KokkosSparse::CrsMatrix< Sacado::UQ::PCE< MatrixStorage >, MatrixOrdinal, MatrixDevice, MatrixMemory, MatrixSize >, Kokkos::View< Sacado::UQ::PCE< InputStorage > *, InputP... >, Kokkos::View< Sacado::UQ::PCE< OutputStorage > *, OutputP... > >::BlockKernel< BlockSize >::m_A_values |
Definition at line 935 of file Kokkos_CrsMatrix_UQ_PCE.hpp.
const matrix_graph_type Stokhos::MeanMultiply< KokkosSparse::CrsMatrix< Sacado::UQ::PCE< MatrixStorage >, MatrixOrdinal, MatrixDevice, MatrixMemory, MatrixSize >, Kokkos::View< Sacado::UQ::PCE< InputStorage > *, InputP... >, Kokkos::View< Sacado::UQ::PCE< OutputStorage > *, OutputP... > >::BlockKernel< BlockSize >::m_A_graph |
Definition at line 936 of file Kokkos_CrsMatrix_UQ_PCE.hpp.
const output_array_type Stokhos::MeanMultiply< KokkosSparse::CrsMatrix< Sacado::UQ::PCE< MatrixStorage >, MatrixOrdinal, MatrixDevice, MatrixMemory, MatrixSize >, Kokkos::View< Sacado::UQ::PCE< InputStorage > *, InputP... >, Kokkos::View< Sacado::UQ::PCE< OutputStorage > *, OutputP... > >::BlockKernel< BlockSize >::v_y |
Definition at line 937 of file Kokkos_CrsMatrix_UQ_PCE.hpp.
const input_array_type Stokhos::MeanMultiply< KokkosSparse::CrsMatrix< Sacado::UQ::PCE< MatrixStorage >, MatrixOrdinal, MatrixDevice, MatrixMemory, MatrixSize >, Kokkos::View< Sacado::UQ::PCE< InputStorage > *, InputP... >, Kokkos::View< Sacado::UQ::PCE< OutputStorage > *, OutputP... > >::BlockKernel< BlockSize >::v_x |
Definition at line 938 of file Kokkos_CrsMatrix_UQ_PCE.hpp.
const input_scalar Stokhos::MeanMultiply< KokkosSparse::CrsMatrix< Sacado::UQ::PCE< MatrixStorage >, MatrixOrdinal, MatrixDevice, MatrixMemory, MatrixSize >, Kokkos::View< Sacado::UQ::PCE< InputStorage > *, InputP... >, Kokkos::View< Sacado::UQ::PCE< OutputStorage > *, OutputP... > >::BlockKernel< BlockSize >::m_a |
Definition at line 939 of file Kokkos_CrsMatrix_UQ_PCE.hpp.
const output_scalar Stokhos::MeanMultiply< KokkosSparse::CrsMatrix< Sacado::UQ::PCE< MatrixStorage >, MatrixOrdinal, MatrixDevice, MatrixMemory, MatrixSize >, Kokkos::View< Sacado::UQ::PCE< InputStorage > *, InputP... >, Kokkos::View< Sacado::UQ::PCE< OutputStorage > *, OutputP... > >::BlockKernel< BlockSize >::m_b |
Definition at line 940 of file Kokkos_CrsMatrix_UQ_PCE.hpp.
const size_type Stokhos::MeanMultiply< KokkosSparse::CrsMatrix< Sacado::UQ::PCE< MatrixStorage >, MatrixOrdinal, MatrixDevice, MatrixMemory, MatrixSize >, Kokkos::View< Sacado::UQ::PCE< InputStorage > *, InputP... >, Kokkos::View< Sacado::UQ::PCE< OutputStorage > *, OutputP... > >::BlockKernel< BlockSize >::dim |
Definition at line 941 of file Kokkos_CrsMatrix_UQ_PCE.hpp.
const size_type Stokhos::MeanMultiply< KokkosSparse::CrsMatrix< Sacado::UQ::PCE< MatrixStorage >, MatrixOrdinal, MatrixDevice, MatrixMemory, MatrixSize >, Kokkos::View< Sacado::UQ::PCE< InputStorage > *, InputP... >, Kokkos::View< Sacado::UQ::PCE< OutputStorage > *, OutputP... > >::BlockKernel< BlockSize >::numBlocks |
Definition at line 942 of file Kokkos_CrsMatrix_UQ_PCE.hpp.
const size_type Stokhos::MeanMultiply< KokkosSparse::CrsMatrix< Sacado::UQ::PCE< MatrixStorage >, MatrixOrdinal, MatrixDevice, MatrixMemory, MatrixSize >, Kokkos::View< Sacado::UQ::PCE< InputStorage > *, InputP... >, Kokkos::View< Sacado::UQ::PCE< OutputStorage > *, OutputP... > >::BlockKernel< BlockSize >::rem |
Definition at line 943 of file Kokkos_CrsMatrix_UQ_PCE.hpp.
const size_type Stokhos::MeanMultiply< KokkosSparse::CrsMatrix< Sacado::UQ::PCE< MatrixStorage >, MatrixOrdinal, MatrixDevice, MatrixMemory, MatrixSize >, Kokkos::View< Sacado::UQ::PCE< InputStorage > *, InputP... >, Kokkos::View< Sacado::UQ::PCE< OutputStorage > *, OutputP... > >::BlockKernel< BlockSize >::dim_block |
Definition at line 944 of file Kokkos_CrsMatrix_UQ_PCE.hpp.