Stokhos
Development
|
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 (Stokhos::DeviceConfig dev_config_) | |
Public Attributes | |
values_type | values |
graph_type | graph |
Stokhos::DeviceConfig | dev_config |
CRS matrix.