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 | 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< const 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 492 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< const Sacado::MP::Vector< InputStorage > **, InputP... >, Kokkos::View< Sacado::MP::Vector< OutputStorage > **, OutputP... > >::MatrixValue |
Definition at line 504 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< const Sacado::MP::Vector< InputStorage > **, InputP... >, Kokkos::View< Sacado::MP::Vector< OutputStorage > **, OutputP... > >::InputVectorValue |
Definition at line 505 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< const Sacado::MP::Vector< InputStorage > **, InputP... >, Kokkos::View< Sacado::MP::Vector< OutputStorage > **, OutputP... > >::OutputVectorValue |
Definition at line 506 of file Kokkos_CrsMatrix_MP_Vector.hpp.
typedef MatrixDevice::execution_space Stokhos::Multiply< KokkosSparse::CrsMatrix< Sacado::MP::Vector< MatrixStorage >, MatrixOrdinal, MatrixDevice, MatrixMemory, MatrixSize >, Kokkos::View< const Sacado::MP::Vector< InputStorage > **, InputP... >, Kokkos::View< Sacado::MP::Vector< OutputStorage > **, OutputP... > >::execution_space |
Definition at line 508 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< const Sacado::MP::Vector< InputStorage > **, InputP... >, Kokkos::View< Sacado::MP::Vector< OutputStorage > **, OutputP... > >::size_type |
Definition at line 509 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< const Sacado::MP::Vector< InputStorage > **, InputP... >, Kokkos::View< Sacado::MP::Vector< OutputStorage > **, OutputP... > >::matrix_type |
Definition at line 515 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< const Sacado::MP::Vector< InputStorage > **, InputP... >, Kokkos::View< Sacado::MP::Vector< OutputStorage > **, OutputP... > >::matrix_values_type |
Definition at line 516 of file Kokkos_CrsMatrix_MP_Vector.hpp.
typedef Kokkos::View< const InputVectorValue**, InputP... > Stokhos::Multiply< KokkosSparse::CrsMatrix< Sacado::MP::Vector< MatrixStorage >, MatrixOrdinal, MatrixDevice, MatrixMemory, MatrixSize >, Kokkos::View< const Sacado::MP::Vector< InputStorage > **, InputP... >, Kokkos::View< Sacado::MP::Vector< OutputStorage > **, OutputP... > >::input_vector_type |
Definition at line 518 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< const Sacado::MP::Vector< InputStorage > **, InputP... >, Kokkos::View< Sacado::MP::Vector< OutputStorage > **, OutputP... > >::output_vector_type |
Definition at line 520 of file Kokkos_CrsMatrix_MP_Vector.hpp.
|
inlinestatic |
Definition at line 524 of file Kokkos_CrsMatrix_MP_Vector.hpp.