Stokhos Package Browser (Single Doxygen Collection) Version of the Day
Loading...
Searching...
No Matches
Stokhos::CrsMatrix< ValueType, Device, Layout > Class Template Reference

CRS matrix. More...

#include <Stokhos_CrsMatrix.hpp>

Inheritance diagram for Stokhos::CrsMatrix< ValueType, Device, Layout >:

Public Types

typedef Device execution_space
typedef ValueType value_type
typedef Kokkos::View< value_type[], Layout, execution_spacevalues_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

Detailed Description

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

CRS matrix.

Definition at line 80 of file Stokhos_CrsMatrix.hpp.

Member Typedef Documentation

◆ execution_space

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

Definition at line 82 of file Stokhos_CrsMatrix.hpp.

◆ value_type

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

Definition at line 83 of file Stokhos_CrsMatrix.hpp.

◆ values_type

template<typename ValueType, typename Device, typename Layout = Kokkos::LayoutRight>
typedef Kokkos::View< value_type[], Layout, execution_space > Stokhos::CrsMatrix< ValueType, Device, Layout >::values_type

Definition at line 84 of file Stokhos_CrsMatrix.hpp.

◆ graph_type

template<typename ValueType, typename Device, typename Layout = Kokkos::LayoutRight>
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.

◆ HostMirror

template<typename ValueType, typename Device, typename Layout = Kokkos::LayoutRight>
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.

Constructor & Destructor Documentation

◆ CrsMatrix() [1/2]

template<typename ValueType, typename Device, typename Layout = Kokkos::LayoutRight>
Stokhos::CrsMatrix< ValueType, Device, Layout >::CrsMatrix ( )
inline

Definition at line 97 of file Stokhos_CrsMatrix.hpp.

◆ CrsMatrix() [2/2]

template<typename ValueType, typename Device, typename Layout = Kokkos::LayoutRight>
Stokhos::CrsMatrix< ValueType, Device, Layout >::CrsMatrix ( Stokhos::DeviceConfig dev_config_)
inline

Definition at line 98 of file Stokhos_CrsMatrix.hpp.

Member Data Documentation

◆ values

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

Definition at line 93 of file Stokhos_CrsMatrix.hpp.

◆ graph

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

Definition at line 94 of file Stokhos_CrsMatrix.hpp.

◆ dev_config

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

Definition at line 95 of file Stokhos_CrsMatrix.hpp.


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