Ginkgo  Generated from pipelines/1478841010 branch based on develop. Ginkgo version 1.9.0
A numerical linear algebra library targeting many-core architectures
Public Attributes | List of all members
gko::device_matrix_data< ValueType, IndexType >::arrays Struct Reference

Stores the internal arrays of a device_matrix_data object. More...

#include <ginkgo/core/base/device_matrix_data.hpp>

Collaboration diagram for gko::device_matrix_data< ValueType, IndexType >::arrays:
[legend]

Public Attributes

array< index_type > row_idxs
 
array< index_type > col_idxs
 
array< value_type > values
 

Detailed Description

template<typename ValueType, typename IndexType>
struct gko::device_matrix_data< ValueType, IndexType >::arrays

Stores the internal arrays of a device_matrix_data object.


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