Ginkgo  Generated from pipelines/1478841010 branch based on develop. Ginkgo version 1.9.0
A numerical linear algebra library targeting many-core architectures
gko::device_matrix_data< ValueType, IndexType > Member List

This is the complete list of members for gko::device_matrix_data< ValueType, IndexType >, including all inherited members.

copy_to_host() constgko::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() constgko::device_matrix_data< ValueType, IndexType >inline
get_const_row_idxs() constgko::device_matrix_data< ValueType, IndexType >inline
get_const_values() constgko::device_matrix_data< ValueType, IndexType >inline
get_executor() constgko::device_matrix_data< ValueType, IndexType >inline
get_num_elems() constgko::device_matrix_data< ValueType, IndexType >inline
get_num_stored_elements() constgko::device_matrix_data< ValueType, IndexType >inline
get_row_idxs()gko::device_matrix_data< ValueType, IndexType >inline
get_size() constgko::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 >