MiniVector.hpp File Reference
#include <algorithm>
#include <array>
#include <cstddef>
#include <initializer_list>
#include <stdexcept>
#include <type_traits>
#include <opm/common/ErrorMacros.hpp>
#include <opm/common/utility/gpuDecorators.hpp>
Include dependency graph for MiniVector.hpp:

Go to the source code of this file.

Classes

class  Opm::gpuistl::MiniVector< T, Dimension >
 

Namespaces

namespace  Opm
 
namespace  Opm::gpuistl
 A small, fixed‑dimension MiniVector class backed by std::array that can be used in both host and CUDA device code.