|
Stokhos Package Browser (Single Doxygen Collection)
Version of the Day
|
CRS matrix. More...
#include <Stokhos_CrsMatrix.hpp>
Public Types | |
| typedef Device | execution_space |
| typedef ValueType | value_type |
| typedef Kokkos::View < value_type[], Layout, execution_space > | values_type |
| typedef KokkosSparse::StaticCrsGraph < int, Layout, execution_space, void, int > | graph_type |
| typedef CrsMatrix< ValueType, typename values_type::host_mirror_space, Layout > | host_mirror_type |
| typedef host_mirror_type | HostMirror |
Public Member Functions | |
| CrsMatrix () | |
| CrsMatrix (Stokhos::DeviceConfig dev_config_) | |
Public Attributes | |
| values_type | values |
| graph_type | graph |
| Stokhos::DeviceConfig | dev_config |
CRS matrix.
Definition at line 48 of file Stokhos_CrsMatrix.hpp.
| typedef Device Stokhos::CrsMatrix< ValueType, Device, Layout >::execution_space |
Definition at line 50 of file Stokhos_CrsMatrix.hpp.
| typedef ValueType Stokhos::CrsMatrix< ValueType, Device, Layout >::value_type |
Definition at line 51 of file Stokhos_CrsMatrix.hpp.
| typedef Kokkos::View< value_type[], Layout, execution_space > Stokhos::CrsMatrix< ValueType, Device, Layout >::values_type |
Definition at line 52 of file Stokhos_CrsMatrix.hpp.
| typedef KokkosSparse::StaticCrsGraph< int , Layout, execution_space , void, int > Stokhos::CrsMatrix< ValueType, Device, Layout >::graph_type |
Definition at line 56 of file Stokhos_CrsMatrix.hpp.
| typedef CrsMatrix< ValueType, typename values_type::host_mirror_space, Layout> Stokhos::CrsMatrix< ValueType, Device, Layout >::host_mirror_type |
Definition at line 59 of file Stokhos_CrsMatrix.hpp.
| typedef host_mirror_type Stokhos::CrsMatrix< ValueType, Device, Layout >::HostMirror |
Definition at line 60 of file Stokhos_CrsMatrix.hpp.
|
inline |
Definition at line 66 of file Stokhos_CrsMatrix.hpp.
|
inline |
Definition at line 67 of file Stokhos_CrsMatrix.hpp.
| values_type Stokhos::CrsMatrix< ValueType, Device, Layout >::values |
Definition at line 62 of file Stokhos_CrsMatrix.hpp.
| graph_type Stokhos::CrsMatrix< ValueType, Device, Layout >::graph |
Definition at line 63 of file Stokhos_CrsMatrix.hpp.
| Stokhos::DeviceConfig Stokhos::CrsMatrix< ValueType, Device, Layout >::dev_config |
Definition at line 64 of file Stokhos_CrsMatrix.hpp.
1.8.5