Sacado 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
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

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.

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.

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.

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

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

Definition at line 87 of file fenl_functors.hpp.

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.

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

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

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

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

Definition at line 84 of file fenl_functors.hpp.

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 files: