Morpheus 1.0.0
Dynamic matrix type and algorithms for sparse matrices
Loading...
Searching...
No Matches
Morpheus_WAXPBY_Impl.hpp
1
24#ifndef MORPHEUS_IMPL_WAXPBY_IMPL_HPP
25#define MORPHEUS_IMPL_WAXPBY_IMPL_HPP
26
27#include <impl/DenseVector/Serial/Morpheus_WAXPBY_Impl.hpp>
28#include <impl/DenseVector/OpenMP/Morpheus_WAXPBY_Impl.hpp>
29#include <impl/DenseVector/Cuda/Morpheus_WAXPBY_Impl.hpp>
30#include <impl/DenseVector/HIP/Morpheus_WAXPBY_Impl.hpp>
31#include <impl/DenseVector/Kokkos/Morpheus_WAXPBY_Impl.hpp>
32
33#endif // MORPHEUS_IMPL_WAXPBY_IMPL_HPP