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::array< ValueType >, including all inherited members.
array (defined in gko::array< ValueType >) | gko::array< ValueType > | friend |
array() noexcept | gko::array< ValueType > | inline |
array(std::shared_ptr< const Executor > exec) noexcept | gko::array< ValueType > | inlineexplicit |
array(std::shared_ptr< const Executor > exec, size_type size) | gko::array< ValueType > | inline |
array(std::shared_ptr< const Executor > exec, size_type size, value_type *data, DeleterType deleter) | gko::array< ValueType > | inline |
array(std::shared_ptr< const Executor > exec, size_type size, value_type *data) | gko::array< ValueType > | inline |
array(std::shared_ptr< const Executor > exec, RandomAccessIterator begin, RandomAccessIterator end) | gko::array< ValueType > | inline |
array(std::shared_ptr< const Executor > exec, std::initializer_list< T > init_list) | gko::array< ValueType > | inline |
array(std::shared_ptr< const Executor > exec, const array &other) | gko::array< ValueType > | inline |
array(const array &other) | gko::array< ValueType > | inline |
array(std::shared_ptr< const Executor > exec, array &&other) | gko::array< ValueType > | inline |
array(array &&other) | gko::array< ValueType > | inline |
as_const_view() const | gko::array< ValueType > | inline |
as_view() | gko::array< ValueType > | inline |
clear() noexcept | gko::array< ValueType > | inline |
const_view(std::shared_ptr< const Executor > exec, size_type size, const value_type *data) | gko::array< ValueType > | inlinestatic |
default_deleter typedef | gko::array< ValueType > | |
fill(const value_type value) | gko::array< ValueType > | |
get_const_data() const noexcept | gko::array< ValueType > | inline |
get_data() noexcept | gko::array< ValueType > | inline |
get_executor() const noexcept | gko::array< ValueType > | inline |
get_num_elems() const noexcept | gko::array< ValueType > | inline |
get_size() const noexcept | gko::array< ValueType > | inline |
is_owning() | gko::array< ValueType > | inline |
operator=(const array &other) | gko::array< ValueType > | inline |
operator=(array &&other) | gko::array< ValueType > | inline |
operator=(const array< OtherValueType > &other) | gko::array< ValueType > | inline |
operator=(const detail::const_array_view< ValueType > &other) | gko::array< ValueType > | inline |
resize_and_reset(size_type size) | gko::array< ValueType > | inline |
set_executor(std::shared_ptr< const Executor > exec) | gko::array< ValueType > | inline |
value_type typedef | gko::array< ValueType > | |
view(std::shared_ptr< const Executor > exec, size_type size, value_type *data) | gko::array< ValueType > | inlinestatic |
view_deleter typedef | gko::array< ValueType > |