![]() |
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
|
This is the complete list of members for gko::Array< ValueType >, including all inherited members.
Array() noexcept | gko::Array< ValueType > | inline |
Array(std::shared_ptr< const Executor > exec) noexcept | gko::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() noexcept | gko::Array< ValueType > | inline |
default_deleter typedef | 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 |
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 typedef | gko::Array< ValueType > | |
view(std::shared_ptr< const Executor > exec, size_type num_elems, value_type *data) | gko::Array< ValueType > | inlinestatic |
view_deleter typedef | gko::Array< ValueType > |