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