![]() |
Ginkgo
Generated from pipelines/2567305205 branch based on develop. Ginkgo version 2.0.0
A numerical linear algebra library targeting many-core architectures
|
Non-owning view of a matrix::Hybrid to be used inside device kernels. More...
#include <ginkgo/core/matrix/device_views.hpp>
Public Member Functions | |
| constexpr | hybrid (ell< ValueType, IndexType > ell_, coo< ValueType, IndexType > coo_) |
| Constructs a hybrid view. | |
| constexpr hybrid< const ValueType, const IndexType > | as_const () const |
| Returns a const view of the same values. | |
Public Attributes | |
| dim< 2 > | size |
| ell< ValueType, IndexType > | ell_part |
| coo< ValueType, IndexType > | coo_part |
Non-owning view of a matrix::Hybrid to be used inside device kernels.
This type is used to provide a simple and stable ABI for passing data between libraries.
| ValueType | the value type used to store matrix values. |
| IndexType | the index type used to store matrix columns. |
1.8.16