Ginkgo
Generated from pipelines/1330831941 branch based on master. Ginkgo version 1.8.0
A numerical linear algebra library targeting many-core architectures
|
This is the complete list of members for gko::index_set< IndexType >, including all inherited members.
clear() noexcept | gko::index_set< IndexType > | inline |
contains(const array< index_type > &global_indices, const bool is_sorted=false) const | gko::index_set< IndexType > | |
contains(const index_type global_index) const | gko::index_set< IndexType > | |
get_executor() const | gko::index_set< IndexType > | inline |
get_global_index(index_type local_index) const | gko::index_set< IndexType > | |
get_local_index(index_type global_index) const | gko::index_set< IndexType > | |
get_num_elems() const | gko::index_set< IndexType > | inline |
get_num_subsets() const | gko::index_set< IndexType > | inline |
get_size() const | gko::index_set< IndexType > | inline |
get_subsets_begin() const | gko::index_set< IndexType > | inline |
get_subsets_end() const | gko::index_set< IndexType > | inline |
get_superset_indices() const | gko::index_set< IndexType > | inline |
index_set(std::shared_ptr< const Executor > exec) noexcept | gko::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 typedef | gko::index_set< IndexType > | |
is_contiguous() const | gko::index_set< IndexType > | inline |
map_global_to_local(const array< index_type > &global_indices, const bool is_sorted=false) const | gko::index_set< IndexType > | |
map_local_to_global(const array< index_type > &local_indices, const bool is_sorted=false) const | gko::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() const | gko::index_set< IndexType > |