Sacado Package Browser (Single Doxygen Collection)
Version of the Day
|
#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 |
Definition at line 76 of file fenl_functors.hpp.
typedef Kokkos::StaticCrsGraph< unsigned , Space , void , void , unsigned > Kokkos::Example::FENL::CrsMatrix< ValueType, Space >::StaticCrsGraphType |
Definition at line 80 of file fenl_functors.hpp.
typedef View< ValueType * , Space > Kokkos::Example::FENL::CrsMatrix< ValueType, Space >::coeff_type |
Definition at line 82 of file fenl_functors.hpp.
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.
typedef View< ValueType * , Space > Kokkos::Example::FENL::CrsMatrix< ValueType, Space >::coeff_type |
Definition at line 82 of file view/fenl_functors.hpp.
|
inline |
Definition at line 87 of file fenl_functors.hpp.
|
inline |
Definition at line 89 of file fenl_functors.hpp.
|
inline |
Definition at line 87 of file view/fenl_functors.hpp.
|
inline |
Definition at line 89 of file view/fenl_functors.hpp.
StaticCrsGraphType Kokkos::Example::FENL::CrsMatrix< ValueType, Space >::graph |
Definition at line 84 of file fenl_functors.hpp.
coeff_type Kokkos::Example::FENL::CrsMatrix< ValueType, Space >::coeff |
Definition at line 85 of file fenl_functors.hpp.