Stokhos Package Browser (Single Doxygen Collection)
Version of the Day
|
#include <Stokhos_Cuda_LinearSparse3Tensor.hpp>
Classes | |
class | ApplyKernelAsymmetric |
class | ApplyKernelSymmetric |
Public Types | |
typedef Kokkos::Cuda | execution_space |
typedef execution_space::size_type | size_type |
typedef LinearSparse3Tensor< TensorScalar, execution_space, BlockSize > | tensor_type |
typedef BlockCrsMatrix< tensor_type, MatrixScalar, execution_space > | matrix_type |
typedef Kokkos::View< VectorScalar **, Kokkos::LayoutLeft, Kokkos::Cuda > | vector_type |
Static Public Member Functions | |
static void | apply (const matrix_type &A, const vector_type &x, const vector_type &y) |
Definition at line 67 of file Stokhos_Cuda_LinearSparse3Tensor.hpp.
typedef Kokkos::Cuda Stokhos::Multiply< BlockCrsMatrix< LinearSparse3Tensor< TensorScalar, Kokkos::Cuda, BlockSize >, MatrixScalar, Kokkos::Cuda >, Kokkos::View< VectorScalar **, Kokkos::LayoutLeft, Kokkos::Cuda >, Kokkos::View< VectorScalar **, Kokkos::LayoutLeft, Kokkos::Cuda > >::execution_space |
Definition at line 75 of file Stokhos_Cuda_LinearSparse3Tensor.hpp.
typedef execution_space::size_type Stokhos::Multiply< BlockCrsMatrix< LinearSparse3Tensor< TensorScalar, Kokkos::Cuda, BlockSize >, MatrixScalar, Kokkos::Cuda >, Kokkos::View< VectorScalar **, Kokkos::LayoutLeft, Kokkos::Cuda >, Kokkos::View< VectorScalar **, Kokkos::LayoutLeft, Kokkos::Cuda > >::size_type |
Definition at line 76 of file Stokhos_Cuda_LinearSparse3Tensor.hpp.
typedef LinearSparse3Tensor< TensorScalar, execution_space, BlockSize > Stokhos::Multiply< BlockCrsMatrix< LinearSparse3Tensor< TensorScalar, Kokkos::Cuda, BlockSize >, MatrixScalar, Kokkos::Cuda >, Kokkos::View< VectorScalar **, Kokkos::LayoutLeft, Kokkos::Cuda >, Kokkos::View< VectorScalar **, Kokkos::LayoutLeft, Kokkos::Cuda > >::tensor_type |
Definition at line 78 of file Stokhos_Cuda_LinearSparse3Tensor.hpp.
typedef BlockCrsMatrix< tensor_type, MatrixScalar, execution_space > Stokhos::Multiply< BlockCrsMatrix< LinearSparse3Tensor< TensorScalar, Kokkos::Cuda, BlockSize >, MatrixScalar, Kokkos::Cuda >, Kokkos::View< VectorScalar **, Kokkos::LayoutLeft, Kokkos::Cuda >, Kokkos::View< VectorScalar **, Kokkos::LayoutLeft, Kokkos::Cuda > >::matrix_type |
Definition at line 79 of file Stokhos_Cuda_LinearSparse3Tensor.hpp.
typedef Kokkos::View< VectorScalar**, Kokkos::LayoutLeft, Kokkos::Cuda > Stokhos::Multiply< BlockCrsMatrix< LinearSparse3Tensor< TensorScalar, Kokkos::Cuda, BlockSize >, MatrixScalar, Kokkos::Cuda >, Kokkos::View< VectorScalar **, Kokkos::LayoutLeft, Kokkos::Cuda >, Kokkos::View< VectorScalar **, Kokkos::LayoutLeft, Kokkos::Cuda > >::vector_type |
Definition at line 82 of file Stokhos_Cuda_LinearSparse3Tensor.hpp.
|
inlinestatic |
Definition at line 320 of file Stokhos_Cuda_LinearSparse3Tensor.hpp.