|
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 Kokkos::StaticCrsGraph < int, Layout, execution_space, void, int > | graph_type |
| typedef CrsMatrix< ValueType, typename values_type::host_mirror_space, Layout > | 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 80 of file Stokhos_CrsMatrix.hpp.
| typedef Device Stokhos::CrsMatrix< ValueType, Device, Layout >::execution_space |
Definition at line 82 of file Stokhos_CrsMatrix.hpp.
| typedef ValueType Stokhos::CrsMatrix< ValueType, Device, Layout >::value_type |
Definition at line 83 of file Stokhos_CrsMatrix.hpp.
| typedef Kokkos::View< value_type[], Layout, execution_space > Stokhos::CrsMatrix< ValueType, Device, Layout >::values_type |
Definition at line 84 of file Stokhos_CrsMatrix.hpp.
| typedef Kokkos::StaticCrsGraph< int , Layout, execution_space , void, int > Stokhos::CrsMatrix< ValueType, Device, Layout >::graph_type |
Definition at line 88 of file Stokhos_CrsMatrix.hpp.
| typedef CrsMatrix< ValueType, typename values_type::host_mirror_space, Layout> Stokhos::CrsMatrix< ValueType, Device, Layout >::HostMirror |
Definition at line 91 of file Stokhos_CrsMatrix.hpp.
|
inline |
Definition at line 97 of file Stokhos_CrsMatrix.hpp.
|
inline |
Definition at line 98 of file Stokhos_CrsMatrix.hpp.
| values_type Stokhos::CrsMatrix< ValueType, Device, Layout >::values |
Definition at line 93 of file Stokhos_CrsMatrix.hpp.
| graph_type Stokhos::CrsMatrix< ValueType, Device, Layout >::graph |
Definition at line 94 of file Stokhos_CrsMatrix.hpp.
| Stokhos::DeviceConfig Stokhos::CrsMatrix< ValueType, Device, Layout >::dev_config |
Definition at line 95 of file Stokhos_CrsMatrix.hpp.
1.8.5