|
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 434 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 446 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 447 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 448 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 450 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 451 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 457 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 458 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 460 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 462 of file Kokkos_CrsMatrix_MP_Vector.hpp.
|
inlinestatic |
Definition at line 466 of file Kokkos_CrsMatrix_MP_Vector.hpp.
1.8.14