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

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() noexceptgko::array< ValueType >inline
array(std::shared_ptr< const Executor > exec) noexceptgko::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() constgko::array< ValueType >inline
as_view()gko::array< ValueType >inline
clear() noexceptgko::array< ValueType >inline
const_view(std::shared_ptr< const Executor > exec, size_type size, const value_type *data)gko::array< ValueType >inlinestatic
default_deleter typedefgko::array< ValueType >
fill(const value_type value)gko::array< ValueType >
get_const_data() const noexceptgko::array< ValueType >inline
get_data() noexceptgko::array< ValueType >inline
get_executor() const noexceptgko::array< ValueType >inline
get_num_elems() const noexceptgko::array< ValueType >inline
get_size() const noexceptgko::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 typedefgko::array< ValueType >
view(std::shared_ptr< const Executor > exec, size_type size, value_type *data)gko::array< ValueType >inlinestatic
view_deleter typedefgko::array< ValueType >