Ginkgo  Generated from tags/v1.0.0^0 branch based on master. Ginkgo version 1.0.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() noexceptgko::Array< ValueType >inline
Array(std::shared_ptr< const Executor > exec) noexceptgko::Array< ValueType >inline
Array(std::shared_ptr< const Executor > exec, size_type num_elems)gko::Array< ValueType >inline
Array(std::shared_ptr< const Executor > exec, size_type num_elems, value_type *data, DeleterType deleter)gko::Array< ValueType >inline
Array(std::shared_ptr< const Executor > exec, size_type num_elems, 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
clear() noexceptgko::Array< ValueType >inline
default_deleter typedefgko::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
operator=(const Array &other)gko::Array< ValueType >inline
operator=(Array &&other)gko::Array< ValueType >inline
resize_and_reset(size_type num_elems)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 num_elems, value_type *data)gko::Array< ValueType >inlinestatic
view_deleter typedefgko::Array< ValueType >