Morpheus 1.0.0
Dynamic matrix type and algorithms for sparse matrices
Loading...
Searching...
No Matches
Public Types | List of all members
Morpheus::HostMirror< S > Struct Template Reference

Given a space S, the HostMirror will generate the appropriate Host backend. More...

#include <Morpheus_Spaces.hpp>

Public Types

using backend = typename std::conditional< keep_exe &&keep_mem, wrapped_space, typename std::conditional< keep_mem, Morpheus::Device< Kokkos::HostSpace::execution_space, typename wrapped_space::memory_space, wrapped_space >, Morpheus::HostSpace >::type >::type
 

Detailed Description

template<typename S>
struct Morpheus::HostMirror< S >

Given a space S, the HostMirror will generate the appropriate Host backend.

Template Parameters
SSpace/Backend

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