Stokhos  Development
Public Types | Public Member Functions | Public Attributes | List of all members
Stokhos::CrsMatrix< ValueType, Device, Layout > Class Template Reference

CRS matrix. More...

#include <Stokhos_CrsMatrix.hpp>

Collaboration diagram for Stokhos::CrsMatrix< ValueType, Device, Layout >:
Collaboration graph
[legend]

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
 

Detailed Description

template<typename ValueType, typename Device, typename Layout = Kokkos::LayoutRight>
class Stokhos::CrsMatrix< ValueType, Device, Layout >

CRS matrix.


The documentation for this class was generated from the following file: