arrays Struct Reference

arrays Struct Reference#

Reference API: gko::device_matrix_data< ValueType, IndexType >::arrays Struct Reference
Reference API
gko::device_matrix_data< ValueType, IndexType >::arrays Struct Reference

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

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: