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 281 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 293 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 294 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 295 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 297 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 298 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 304 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 305 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 307 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 309 of file Kokkos_CrsMatrix_MP_Vector.hpp.
|
inlinestatic |
Definition at line 313 of file Kokkos_CrsMatrix_MP_Vector.hpp.