|
Kokkos Node API and Local Linear Algebra Kernels Version of the Day
|
Class to specify Kokkos default node type and instantiate the default node. More...
#include <Kokkos_DefaultNode.hpp>
Public Types | |
| typedef SerialNode | DefaultNodeType |
| Typedef specifying the default node type. | |
Static Public Member Functions | |
| static RCP< DefaultNodeType > | getDefaultNode () |
| Return a pointer to the default node. | |
Class to specify Kokkos default node type and instantiate the default node.
Definition at line 64 of file Kokkos_DefaultNode.hpp.
Typedef specifying the default node type.
Definition at line 74 of file Kokkos_DefaultNode.hpp.
| RCP< DefaultNode::DefaultNodeType > Kokkos::DefaultNode::getDefaultNode | ( | ) | [static] |
Return a pointer to the default node.
Definition at line 50 of file Kokkos_DefaultNode.cpp.
1.7.4