Stokhos Package Browser (Single Doxygen Collection)  Version of the Day
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
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>

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
 

Detailed Description

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

CRS matrix.

Definition at line 48 of file Stokhos_CrsMatrix.hpp.

Member Typedef Documentation

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

Definition at line 50 of file Stokhos_CrsMatrix.hpp.

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

Definition at line 51 of file Stokhos_CrsMatrix.hpp.

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 52 of file Stokhos_CrsMatrix.hpp.

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 56 of file Stokhos_CrsMatrix.hpp.

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 59 of file Stokhos_CrsMatrix.hpp.

Constructor & Destructor Documentation

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

Definition at line 65 of file Stokhos_CrsMatrix.hpp.

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

Definition at line 66 of file Stokhos_CrsMatrix.hpp.

Member Data Documentation

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

Definition at line 61 of file Stokhos_CrsMatrix.hpp.

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

Definition at line 62 of file Stokhos_CrsMatrix.hpp.

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

Definition at line 63 of file Stokhos_CrsMatrix.hpp.


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