MiniMatrix.hpp File Reference
#include <array>
#include <cstddef>
#include <initializer_list>
#include <opm/common/utility/gpuDecorators.hpp>
#include <opm/simulators/linalg/gpuistl/MiniVector.hpp>
#include <opm/simulators/linalg/matrixblock.hh>
Include dependency graph for MiniMatrix.hpp:

Go to the source code of this file.

Classes

class  Opm::gpuistl::MiniMatrix< T, dimension >
 A small fixed-size square matrix class for use in CUDA kernels. More...
 

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.