Sacado Package Browser (Single Doxygen Collection)  Version of the Day
Public Types | Public Member Functions | Public Attributes | List of all members
Kokkos::Example::FENL::CrsMatrix< ValueType, Space > Struct Template Reference

#include <fenl_functors.hpp>

Public Types

typedef Kokkos::StaticCrsGraph< unsigned, Space, void, void, unsigned > StaticCrsGraphType
 
typedef View< ValueType *, Space > coeff_type
 
typedef Kokkos::StaticCrsGraph< unsigned, Space, void, void, unsigned > StaticCrsGraphType
 
typedef View< ValueType *, Space > coeff_type
 

Public Member Functions

 CrsMatrix ()
 
 CrsMatrix (const StaticCrsGraphType &arg_graph)
 
 CrsMatrix ()
 
 CrsMatrix (const StaticCrsGraphType &arg_graph)
 

Public Attributes

StaticCrsGraphType graph
 
coeff_type coeff
 

Detailed Description

template<typename ValueType, class Space>
struct Kokkos::Example::FENL::CrsMatrix< ValueType, Space >

Definition at line 76 of file fenl_functors.hpp.

Member Typedef Documentation

◆ StaticCrsGraphType [1/2]

template<typename ValueType, class Space>
typedef Kokkos::StaticCrsGraph< unsigned , Space , void , void , unsigned > Kokkos::Example::FENL::CrsMatrix< ValueType, Space >::StaticCrsGraphType

Definition at line 80 of file fenl_functors.hpp.

◆ coeff_type [1/2]

template<typename ValueType, class Space>
typedef View< ValueType * , Space > Kokkos::Example::FENL::CrsMatrix< ValueType, Space >::coeff_type

Definition at line 82 of file fenl_functors.hpp.

◆ StaticCrsGraphType [2/2]

template<typename ValueType, class Space>
typedef Kokkos::StaticCrsGraph< unsigned , Space , void , void , unsigned > Kokkos::Example::FENL::CrsMatrix< ValueType, Space >::StaticCrsGraphType

Definition at line 80 of file view/fenl_functors.hpp.

◆ coeff_type [2/2]

template<typename ValueType, class Space>
typedef View< ValueType * , Space > Kokkos::Example::FENL::CrsMatrix< ValueType, Space >::coeff_type

Definition at line 82 of file view/fenl_functors.hpp.

Constructor & Destructor Documentation

◆ CrsMatrix() [1/4]

template<typename ValueType, class Space>
Kokkos::Example::FENL::CrsMatrix< ValueType, Space >::CrsMatrix ( )
inline

Definition at line 87 of file fenl_functors.hpp.

◆ CrsMatrix() [2/4]

template<typename ValueType, class Space>
Kokkos::Example::FENL::CrsMatrix< ValueType, Space >::CrsMatrix ( const StaticCrsGraphType arg_graph)
inline

Definition at line 89 of file fenl_functors.hpp.

◆ CrsMatrix() [3/4]

template<typename ValueType, class Space>
Kokkos::Example::FENL::CrsMatrix< ValueType, Space >::CrsMatrix ( )
inline

Definition at line 87 of file view/fenl_functors.hpp.

◆ CrsMatrix() [4/4]

template<typename ValueType, class Space>
Kokkos::Example::FENL::CrsMatrix< ValueType, Space >::CrsMatrix ( const StaticCrsGraphType arg_graph)
inline

Definition at line 89 of file view/fenl_functors.hpp.

Member Data Documentation

◆ graph

template<typename ValueType, class Space>
StaticCrsGraphType Kokkos::Example::FENL::CrsMatrix< ValueType, Space >::graph

Definition at line 84 of file fenl_functors.hpp.

◆ coeff

template<typename ValueType, class Space>
coeff_type Kokkos::Example::FENL::CrsMatrix< ValueType, Space >::coeff

Definition at line 85 of file fenl_functors.hpp.


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