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

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

clear() noexceptgko::index_set< IndexType >inline
contains(const array< index_type > &global_indices, const bool is_sorted=false) constgko::index_set< IndexType >
contains(const index_type global_index) constgko::index_set< IndexType >
get_executor() constgko::index_set< IndexType >inline
get_global_index(index_type local_index) constgko::index_set< IndexType >
get_local_index(index_type global_index) constgko::index_set< IndexType >
get_num_elems() constgko::index_set< IndexType >inline
get_num_subsets() constgko::index_set< IndexType >inline
get_size() constgko::index_set< IndexType >inline
get_subsets_begin() constgko::index_set< IndexType >inline
get_subsets_end() constgko::index_set< IndexType >inline
get_superset_indices() constgko::index_set< IndexType >inline
index_set(std::shared_ptr< const Executor > exec) noexceptgko::index_set< IndexType >inlineexplicit
index_set(std::shared_ptr< const gko::Executor > exec, std::initializer_list< IndexType > init_list, const bool is_sorted=false)gko::index_set< IndexType >inlineexplicit
index_set(std::shared_ptr< const gko::Executor > exec, const index_type size, const gko::array< index_type > &indices, const bool is_sorted=false)gko::index_set< IndexType >inlineexplicit
index_set(std::shared_ptr< const Executor > exec, const index_set &other)gko::index_set< IndexType >inline
index_set(const index_set &other)gko::index_set< IndexType >inline
index_set(std::shared_ptr< const Executor > exec, index_set &&other)gko::index_set< IndexType >inline
index_set(index_set &&other)gko::index_set< IndexType >inline
index_type typedefgko::index_set< IndexType >
is_contiguous() constgko::index_set< IndexType >inline
map_global_to_local(const array< index_type > &global_indices, const bool is_sorted=false) constgko::index_set< IndexType >
map_local_to_global(const array< index_type > &local_indices, const bool is_sorted=false) constgko::index_set< IndexType >
operator=(const index_set &other)gko::index_set< IndexType >inline
operator=(index_set &&other)gko::index_set< IndexType >inline
to_global_indices() constgko::index_set< IndexType >