copy_to_host() const | gko::device_matrix_data< ValueType, IndexType > | |
create_from_host(std::shared_ptr< const Executor > exec, const host_type &data) | gko::device_matrix_data< ValueType, IndexType > | static |
device_matrix_data(std::shared_ptr< const Executor > exec, dim< 2 > size={}, size_type num_entries=0) | gko::device_matrix_data< ValueType, IndexType > | explicit |
device_matrix_data(std::shared_ptr< const Executor > exec, const device_matrix_data &data) | gko::device_matrix_data< ValueType, IndexType > | |
device_matrix_data(std::shared_ptr< const Executor > exec, dim< 2 > size, array< index_type > row_idxs, array< index_type > col_idxs, array< value_type > values) | gko::device_matrix_data< ValueType, IndexType > | |
device_matrix_data(std::shared_ptr< const Executor > exec, dim< 2 > size, std::initializer_list< RowIndexType > row_idxs, std::initializer_list< ColIndexType > col_idxs, std::initializer_list< InputValueType > values) | gko::device_matrix_data< ValueType, IndexType > | inline |
empty_out() | gko::device_matrix_data< ValueType, IndexType > | |
get_col_idxs() | gko::device_matrix_data< ValueType, IndexType > | inline |
get_const_col_idxs() const | gko::device_matrix_data< ValueType, IndexType > | inline |
get_const_row_idxs() const | gko::device_matrix_data< ValueType, IndexType > | inline |
get_const_values() const | gko::device_matrix_data< ValueType, IndexType > | inline |
get_executor() const | gko::device_matrix_data< ValueType, IndexType > | inline |
get_num_elems() const | gko::device_matrix_data< ValueType, IndexType > | inline |
get_num_stored_elements() const | gko::device_matrix_data< ValueType, IndexType > | inline |
get_row_idxs() | gko::device_matrix_data< ValueType, IndexType > | inline |
get_size() const | gko::device_matrix_data< ValueType, IndexType > | inline |
get_values() | gko::device_matrix_data< ValueType, IndexType > | inline |
host_type typedef (defined in gko::device_matrix_data< ValueType, IndexType >) | gko::device_matrix_data< ValueType, IndexType > | |
index_type typedef (defined in gko::device_matrix_data< ValueType, IndexType >) | gko::device_matrix_data< ValueType, IndexType > | |
nonzero_type typedef (defined in gko::device_matrix_data< ValueType, IndexType >) | gko::device_matrix_data< ValueType, IndexType > | |
remove_zeros() | gko::device_matrix_data< ValueType, IndexType > | |
resize_and_reset(size_type new_num_entries) | gko::device_matrix_data< ValueType, IndexType > | |
resize_and_reset(dim< 2 > new_size, size_type new_num_entries) | gko::device_matrix_data< ValueType, IndexType > | |
sort_row_major() | gko::device_matrix_data< ValueType, IndexType > | |
sum_duplicates() | gko::device_matrix_data< ValueType, IndexType > | |
value_type typedef (defined in gko::device_matrix_data< ValueType, IndexType >) | gko::device_matrix_data< ValueType, IndexType > | |