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
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 > values_type
 
typedef Kokkos::StaticCrsGraph
< unsigned, Space, void, void,
unsigned > 
StaticCrsGraphType
 
typedef View< ValueType *, Space > values_type
 

Public Member Functions

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

Public Attributes

StaticCrsGraphType graph
 
values_type values
 

Detailed Description

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

Definition at line 72 of file FadMPAssembly/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 76 of file FadMPAssembly/fenl_functors.hpp.

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

Definition at line 78 of file FadMPAssembly/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 72 of file MPAssembly/fenl_functors.hpp.

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

Definition at line 74 of file MPAssembly/fenl_functors.hpp.

Constructor & Destructor Documentation

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

Definition at line 83 of file FadMPAssembly/fenl_functors.hpp.

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

Definition at line 85 of file FadMPAssembly/fenl_functors.hpp.

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

Definition at line 79 of file MPAssembly/fenl_functors.hpp.

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

Definition at line 81 of file MPAssembly/fenl_functors.hpp.

Member Data Documentation

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

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

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

Definition at line 81 of file FadMPAssembly/fenl_functors.hpp.


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