Stokhos Package Browser (Single Doxygen Collection)
Version of the Day
|
#include <Kokkos_CrsMatrix_UQ_PCE.hpp>
Public Types | |
typedef Sacado::UQ::PCE< MatrixStorage > | MatrixValue |
typedef Sacado::UQ::PCE< InputStorage > | InputVectorValue |
typedef Sacado::UQ::PCE< OutputStorage > | OutputVectorValue |
typedef KokkosSparse::CrsMatrix< const MatrixValue, MatrixOrdinal, MatrixDevice, MatrixMemory, MatrixSize > | matrix_type |
typedef Kokkos::View< const InputVectorValue **, InputP... > | input_vector_type |
typedef Kokkos::View< OutputVectorValue **, OutputP... > | output_vector_type |
typedef MatrixDevice::execution_space | execution_space |
typedef MatrixValue::ordinal_type | size_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)) |
Definition at line 1278 of file Kokkos_CrsMatrix_UQ_PCE.hpp.
typedef Sacado::UQ::PCE<MatrixStorage> Stokhos::MeanMultiply< KokkosSparse::CrsMatrix< const Sacado::UQ::PCE< MatrixStorage >, MatrixOrdinal, MatrixDevice, MatrixMemory, MatrixSize >, Kokkos::View< const Sacado::UQ::PCE< InputStorage > **, InputP... >, Kokkos::View< Sacado::UQ::PCE< OutputStorage > **, OutputP... > >::MatrixValue |
Definition at line 1290 of file Kokkos_CrsMatrix_UQ_PCE.hpp.
typedef Sacado::UQ::PCE<InputStorage> Stokhos::MeanMultiply< KokkosSparse::CrsMatrix< const Sacado::UQ::PCE< MatrixStorage >, MatrixOrdinal, MatrixDevice, MatrixMemory, MatrixSize >, Kokkos::View< const Sacado::UQ::PCE< InputStorage > **, InputP... >, Kokkos::View< Sacado::UQ::PCE< OutputStorage > **, OutputP... > >::InputVectorValue |
Definition at line 1291 of file Kokkos_CrsMatrix_UQ_PCE.hpp.
typedef Sacado::UQ::PCE<OutputStorage> Stokhos::MeanMultiply< KokkosSparse::CrsMatrix< const Sacado::UQ::PCE< MatrixStorage >, MatrixOrdinal, MatrixDevice, MatrixMemory, MatrixSize >, Kokkos::View< const Sacado::UQ::PCE< InputStorage > **, InputP... >, Kokkos::View< Sacado::UQ::PCE< OutputStorage > **, OutputP... > >::OutputVectorValue |
Definition at line 1292 of file Kokkos_CrsMatrix_UQ_PCE.hpp.
typedef KokkosSparse::CrsMatrix< const MatrixValue, MatrixOrdinal, MatrixDevice, MatrixMemory, MatrixSize> Stokhos::MeanMultiply< KokkosSparse::CrsMatrix< const Sacado::UQ::PCE< MatrixStorage >, MatrixOrdinal, MatrixDevice, MatrixMemory, MatrixSize >, Kokkos::View< const Sacado::UQ::PCE< InputStorage > **, InputP... >, Kokkos::View< Sacado::UQ::PCE< OutputStorage > **, OutputP... > >::matrix_type |
Definition at line 1298 of file Kokkos_CrsMatrix_UQ_PCE.hpp.
typedef Kokkos::View< const InputVectorValue**, InputP... > Stokhos::MeanMultiply< KokkosSparse::CrsMatrix< const Sacado::UQ::PCE< MatrixStorage >, MatrixOrdinal, MatrixDevice, MatrixMemory, MatrixSize >, Kokkos::View< const Sacado::UQ::PCE< InputStorage > **, InputP... >, Kokkos::View< Sacado::UQ::PCE< OutputStorage > **, OutputP... > >::input_vector_type |
Definition at line 1300 of file Kokkos_CrsMatrix_UQ_PCE.hpp.
typedef Kokkos::View< OutputVectorValue**, OutputP... > Stokhos::MeanMultiply< KokkosSparse::CrsMatrix< const Sacado::UQ::PCE< MatrixStorage >, MatrixOrdinal, MatrixDevice, MatrixMemory, MatrixSize >, Kokkos::View< const Sacado::UQ::PCE< InputStorage > **, InputP... >, Kokkos::View< Sacado::UQ::PCE< OutputStorage > **, OutputP... > >::output_vector_type |
Definition at line 1302 of file Kokkos_CrsMatrix_UQ_PCE.hpp.
typedef MatrixDevice::execution_space Stokhos::MeanMultiply< KokkosSparse::CrsMatrix< const Sacado::UQ::PCE< MatrixStorage >, MatrixOrdinal, MatrixDevice, MatrixMemory, MatrixSize >, Kokkos::View< const Sacado::UQ::PCE< InputStorage > **, InputP... >, Kokkos::View< Sacado::UQ::PCE< OutputStorage > **, OutputP... > >::execution_space |
Definition at line 1304 of file Kokkos_CrsMatrix_UQ_PCE.hpp.
typedef MatrixValue::ordinal_type Stokhos::MeanMultiply< KokkosSparse::CrsMatrix< const Sacado::UQ::PCE< MatrixStorage >, MatrixOrdinal, MatrixDevice, MatrixMemory, MatrixSize >, Kokkos::View< const Sacado::UQ::PCE< InputStorage > **, InputP... >, Kokkos::View< Sacado::UQ::PCE< OutputStorage > **, OutputP... > >::size_type |
Definition at line 1305 of file Kokkos_CrsMatrix_UQ_PCE.hpp.
typedef InputVectorValue::value_type Stokhos::MeanMultiply< KokkosSparse::CrsMatrix< const Sacado::UQ::PCE< MatrixStorage >, MatrixOrdinal, MatrixDevice, MatrixMemory, MatrixSize >, Kokkos::View< const Sacado::UQ::PCE< InputStorage > **, InputP... >, Kokkos::View< Sacado::UQ::PCE< OutputStorage > **, OutputP... > >::input_scalar |
Definition at line 1306 of file Kokkos_CrsMatrix_UQ_PCE.hpp.
typedef OutputVectorValue::value_type Stokhos::MeanMultiply< KokkosSparse::CrsMatrix< const Sacado::UQ::PCE< MatrixStorage >, MatrixOrdinal, MatrixDevice, MatrixMemory, MatrixSize >, Kokkos::View< const Sacado::UQ::PCE< InputStorage > **, InputP... >, Kokkos::View< Sacado::UQ::PCE< OutputStorage > **, OutputP... > >::output_scalar |
Definition at line 1307 of file Kokkos_CrsMatrix_UQ_PCE.hpp.
|
inlinestatic |
Definition at line 1309 of file Kokkos_CrsMatrix_UQ_PCE.hpp.