Stokhos Package Browser (Single Doxygen Collection)
Version of the Day
|
#include <Kokkos_CrsMatrix_MP_Vector.hpp>
Public Types | |
typedef Sacado::MP::Vector< MatrixStorage > | MatrixValue |
typedef Sacado::MP::Vector< InputStorage > | InputVectorValue |
typedef Sacado::MP::Vector< OutputStorage > | OutputVectorValue |
typedef MatrixDevice | execution_space |
typedef execution_space::size_type | size_type |
typedef KokkosSparse::CrsMatrix< MatrixValue, MatrixOrdinal, MatrixDevice, MatrixMemory, MatrixSize > | matrix_type |
typedef matrix_type::values_type | matrix_values_type |
typedef Kokkos::View< InputVectorValue **, InputP... > | input_vector_type |
typedef Kokkos::View< OutputVectorValue **, OutputP... > | output_vector_type |
Static Public Member Functions | |
static void | apply (const matrix_type &A, const input_vector_type &x, const output_vector_type &y) |
Definition at line 338 of file Kokkos_CrsMatrix_MP_Vector.hpp.
typedef Sacado::MP::Vector<MatrixStorage> Stokhos::Multiply< KokkosSparse::CrsMatrix< Sacado::MP::Vector< MatrixStorage >, MatrixOrdinal, MatrixDevice, MatrixMemory, MatrixSize >, Kokkos::View< Sacado::MP::Vector< InputStorage > **, InputP... >, Kokkos::View< Sacado::MP::Vector< OutputStorage > **, OutputP... > >::MatrixValue |
Definition at line 350 of file Kokkos_CrsMatrix_MP_Vector.hpp.
typedef Sacado::MP::Vector<InputStorage> Stokhos::Multiply< KokkosSparse::CrsMatrix< Sacado::MP::Vector< MatrixStorage >, MatrixOrdinal, MatrixDevice, MatrixMemory, MatrixSize >, Kokkos::View< Sacado::MP::Vector< InputStorage > **, InputP... >, Kokkos::View< Sacado::MP::Vector< OutputStorage > **, OutputP... > >::InputVectorValue |
Definition at line 351 of file Kokkos_CrsMatrix_MP_Vector.hpp.
typedef Sacado::MP::Vector<OutputStorage> Stokhos::Multiply< KokkosSparse::CrsMatrix< Sacado::MP::Vector< MatrixStorage >, MatrixOrdinal, MatrixDevice, MatrixMemory, MatrixSize >, Kokkos::View< Sacado::MP::Vector< InputStorage > **, InputP... >, Kokkos::View< Sacado::MP::Vector< OutputStorage > **, OutputP... > >::OutputVectorValue |
Definition at line 352 of file Kokkos_CrsMatrix_MP_Vector.hpp.
typedef MatrixDevice Stokhos::Multiply< KokkosSparse::CrsMatrix< Sacado::MP::Vector< MatrixStorage >, MatrixOrdinal, MatrixDevice, MatrixMemory, MatrixSize >, Kokkos::View< Sacado::MP::Vector< InputStorage > **, InputP... >, Kokkos::View< Sacado::MP::Vector< OutputStorage > **, OutputP... > >::execution_space |
Definition at line 354 of file Kokkos_CrsMatrix_MP_Vector.hpp.
typedef execution_space::size_type Stokhos::Multiply< KokkosSparse::CrsMatrix< Sacado::MP::Vector< MatrixStorage >, MatrixOrdinal, MatrixDevice, MatrixMemory, MatrixSize >, Kokkos::View< Sacado::MP::Vector< InputStorage > **, InputP... >, Kokkos::View< Sacado::MP::Vector< OutputStorage > **, OutputP... > >::size_type |
Definition at line 355 of file Kokkos_CrsMatrix_MP_Vector.hpp.
typedef KokkosSparse::CrsMatrix< MatrixValue, MatrixOrdinal, MatrixDevice, MatrixMemory, MatrixSize > Stokhos::Multiply< KokkosSparse::CrsMatrix< Sacado::MP::Vector< MatrixStorage >, MatrixOrdinal, MatrixDevice, MatrixMemory, MatrixSize >, Kokkos::View< Sacado::MP::Vector< InputStorage > **, InputP... >, Kokkos::View< Sacado::MP::Vector< OutputStorage > **, OutputP... > >::matrix_type |
Definition at line 361 of file Kokkos_CrsMatrix_MP_Vector.hpp.
typedef matrix_type::values_type Stokhos::Multiply< KokkosSparse::CrsMatrix< Sacado::MP::Vector< MatrixStorage >, MatrixOrdinal, MatrixDevice, MatrixMemory, MatrixSize >, Kokkos::View< Sacado::MP::Vector< InputStorage > **, InputP... >, Kokkos::View< Sacado::MP::Vector< OutputStorage > **, OutputP... > >::matrix_values_type |
Definition at line 362 of file Kokkos_CrsMatrix_MP_Vector.hpp.
typedef Kokkos::View< InputVectorValue**, InputP... > Stokhos::Multiply< KokkosSparse::CrsMatrix< Sacado::MP::Vector< MatrixStorage >, MatrixOrdinal, MatrixDevice, MatrixMemory, MatrixSize >, Kokkos::View< Sacado::MP::Vector< InputStorage > **, InputP... >, Kokkos::View< Sacado::MP::Vector< OutputStorage > **, OutputP... > >::input_vector_type |
Definition at line 364 of file Kokkos_CrsMatrix_MP_Vector.hpp.
typedef Kokkos::View< OutputVectorValue**, OutputP... > Stokhos::Multiply< KokkosSparse::CrsMatrix< Sacado::MP::Vector< MatrixStorage >, MatrixOrdinal, MatrixDevice, MatrixMemory, MatrixSize >, Kokkos::View< Sacado::MP::Vector< InputStorage > **, InputP... >, Kokkos::View< Sacado::MP::Vector< OutputStorage > **, OutputP... > >::output_vector_type |
Definition at line 366 of file Kokkos_CrsMatrix_MP_Vector.hpp.
|
inlinestatic |
Definition at line 370 of file Kokkos_CrsMatrix_MP_Vector.hpp.