Stokhos Package Browser (Single Doxygen Collection)
Version of the Day
|
#include <Stokhos_Threads_CrsProductTensor.hpp>
Public Types | |
typedef MultiplyImpl< ValueType, MatrixValue, VectorValue, Kokkos::Threads > | impl_type |
typedef impl_type::matrix_type | matrix_type |
typedef impl_type::block_vector_type | block_vector_type |
Static Public Member Functions | |
static void | apply (const matrix_type &A, const block_vector_type &x, const block_vector_type &y) |
Definition at line 56 of file Stokhos_Threads_CrsProductTensor.hpp.
typedef MultiplyImpl<ValueType, MatrixValue, VectorValue, Kokkos::Threads> Stokhos::Multiply< BlockCrsMatrix< StochasticProductTensor< ValueType, CrsProductTensor< ValueType, Kokkos::Threads >, Kokkos::Threads >, MatrixValue, Kokkos::Threads >, Kokkos::View< VectorValue **, Kokkos::LayoutLeft, Kokkos::Threads >, Kokkos::View< VectorValue **, Kokkos::LayoutLeft, Kokkos::Threads > >::impl_type |
Definition at line 62 of file Stokhos_Threads_CrsProductTensor.hpp.
typedef impl_type::matrix_type Stokhos::Multiply< BlockCrsMatrix< StochasticProductTensor< ValueType, CrsProductTensor< ValueType, Kokkos::Threads >, Kokkos::Threads >, MatrixValue, Kokkos::Threads >, Kokkos::View< VectorValue **, Kokkos::LayoutLeft, Kokkos::Threads >, Kokkos::View< VectorValue **, Kokkos::LayoutLeft, Kokkos::Threads > >::matrix_type |
Definition at line 63 of file Stokhos_Threads_CrsProductTensor.hpp.
typedef impl_type::block_vector_type Stokhos::Multiply< BlockCrsMatrix< StochasticProductTensor< ValueType, CrsProductTensor< ValueType, Kokkos::Threads >, Kokkos::Threads >, MatrixValue, Kokkos::Threads >, Kokkos::View< VectorValue **, Kokkos::LayoutLeft, Kokkos::Threads >, Kokkos::View< VectorValue **, Kokkos::LayoutLeft, Kokkos::Threads > >::block_vector_type |
Definition at line 64 of file Stokhos_Threads_CrsProductTensor.hpp.
|
inlinestatic |
Definition at line 66 of file Stokhos_Threads_CrsProductTensor.hpp.