| absolute_type typedef (defined in gko::batch::MultiVector< ValueType >) | gko::batch::MultiVector< ValueType > | |
| add_logger(std::shared_ptr< const Logger > logger) override | gko::log::EnableLogging< PolymorphicObject > | inlinevirtual |
| add_scaled(ptr_param< const MultiVector< ValueType > > alpha, ptr_param< const MultiVector< ValueType > > b) | gko::batch::MultiVector< ValueType > | |
| at(size_type batch_id, size_type row, size_type col) | gko::batch::MultiVector< ValueType > | inline |
| at(size_type batch_id, size_type row, size_type col) const | gko::batch::MultiVector< ValueType > | inline |
| at(size_type batch_id, size_type idx) noexcept | gko::batch::MultiVector< ValueType > | inline |
| at(size_type batch_id, size_type idx) const noexcept | gko::batch::MultiVector< ValueType > | inline |
| clear() (defined in gko::EnableAbstractPolymorphicObject< AbstractObject, PolymorphicBase >) | gko::EnableAbstractPolymorphicObject< AbstractObject, PolymorphicBase > | inline |
| clear_impl() override | gko::EnablePolymorphicObject< ConcreteObject, PolymorphicBase > | inlineprotectedvirtual |
| clear_loggers() override | gko::log::EnableLogging< PolymorphicObject > | inlinevirtual |
| clone(std::shared_ptr< const Executor > exec) const (defined in gko::EnableAbstractPolymorphicObject< AbstractObject, PolymorphicBase >) | gko::EnableAbstractPolymorphicObject< AbstractObject, PolymorphicBase > | inline |
| clone() const (defined in gko::EnableAbstractPolymorphicObject< AbstractObject, PolymorphicBase >) | gko::EnableAbstractPolymorphicObject< AbstractObject, PolymorphicBase > | inline |
| complex_type typedef (defined in gko::batch::MultiVector< ValueType >) | gko::batch::MultiVector< ValueType > | |
| compute_conj_dot(ptr_param< const MultiVector< ValueType > > b, ptr_param< MultiVector< ValueType > > result) const | gko::batch::MultiVector< ValueType > | |
| compute_dot(ptr_param< const MultiVector< ValueType > > b, ptr_param< MultiVector< ValueType > > result) const | gko::batch::MultiVector< ValueType > | |
| compute_norm2(ptr_param< MultiVector< remove_complex< ValueType > > > result) const | gko::batch::MultiVector< ValueType > | |
| convert_to(MultiVector< next_precision< ValueType > > *result) const override (defined in gko::batch::MultiVector< ValueType >) | gko::batch::MultiVector< ValueType > | |
| convert_to(MultiVector< next_precision< next_precision< ValueType > > > *result) const override (defined in gko::batch::MultiVector< ValueType >) | gko::batch::MultiVector< ValueType > | |
| gko::EnablePolymorphicAssignment::convert_to(result_type *result) const override | gko::EnablePolymorphicAssignment< ConcreteType, ResultType > | inlinevirtual |
| convert_to(ptr_param< result_type > result) const (defined in gko::ConvertibleTo< ResultType >) | gko::ConvertibleTo< ResultType > | inline |
| convert_to(ptr_param< result_type > result) const (defined in gko::ConvertibleTo< ResultType >) | gko::ConvertibleTo< ResultType > | inline |
| copy_from(const PolymorphicObject *other) (defined in gko::EnableAbstractPolymorphicObject< AbstractObject, PolymorphicBase >) | gko::EnableAbstractPolymorphicObject< AbstractObject, PolymorphicBase > | inline |
| copy_from(std::unique_ptr< Derived > &&other) (defined in gko::EnableAbstractPolymorphicObject< AbstractObject, PolymorphicBase >) | gko::EnableAbstractPolymorphicObject< AbstractObject, PolymorphicBase > | inline |
| copy_from(const std::unique_ptr< Derived > &other) (defined in gko::EnableAbstractPolymorphicObject< AbstractObject, PolymorphicBase >) | gko::EnableAbstractPolymorphicObject< AbstractObject, PolymorphicBase > | inline |
| copy_from(const std::shared_ptr< const PolymorphicObject > &other) (defined in gko::EnableAbstractPolymorphicObject< AbstractObject, PolymorphicBase >) | gko::EnableAbstractPolymorphicObject< AbstractObject, PolymorphicBase > | inline |
| gko::PolymorphicObject::copy_from(std::unique_ptr< Derived, Deleter > &&other) | gko::PolymorphicObject | inline |
| gko::PolymorphicObject::copy_from(const std::unique_ptr< Derived, Deleter > &other) | gko::PolymorphicObject | inline |
| copy_from_impl(const PolymorphicObject *other) override | gko::EnablePolymorphicObject< ConcreteObject, PolymorphicBase > | inlineprotectedvirtual |
| copy_from_impl(std::unique_ptr< PolymorphicObject > other) override | gko::EnablePolymorphicObject< ConcreteObject, PolymorphicBase > | inlineprotectedvirtual |
| create(std::shared_ptr< const Executor > exec, const batch_dim< 2 > &size=batch_dim< 2 >{}) | gko::batch::MultiVector< ValueType > | static |
| create(std::shared_ptr< const Executor > exec, const batch_dim< 2 > &size, array< value_type > values) | gko::batch::MultiVector< ValueType > | static |
| create(std::shared_ptr< const Executor > exec, const batch_dim< 2 > &size, std::initializer_list< InputValueType > values) | gko::batch::MultiVector< ValueType > | inlinestatic |
| create_const(std::shared_ptr< const Executor > exec, const batch_dim< 2 > &sizes, gko::detail::const_array_view< ValueType > &&values) | gko::batch::MultiVector< ValueType > | static |
| create_const_view_for_item(size_type item_id) const | gko::batch::MultiVector< ValueType > | |
| create_default(std::shared_ptr< const Executor > exec) const (defined in gko::EnableAbstractPolymorphicObject< AbstractObject, PolymorphicBase >) | gko::EnableAbstractPolymorphicObject< AbstractObject, PolymorphicBase > | inline |
| create_default() const (defined in gko::EnableAbstractPolymorphicObject< AbstractObject, PolymorphicBase >) | gko::EnableAbstractPolymorphicObject< AbstractObject, PolymorphicBase > | inline |
| create_default_impl(std::shared_ptr< const Executor > exec) const override | gko::EnablePolymorphicObject< ConcreteObject, PolymorphicBase > | inlineprotectedvirtual |
| create_view_for_item(size_type item_id) | gko::batch::MultiVector< ValueType > | |
| create_with_config_of(ptr_param< const MultiVector > other) | gko::batch::MultiVector< ValueType > | static |
| create_with_same_config() const | gko::batch::MultiVector< ValueType > | protected |
| EnablePolymorphicObject< MultiVector > (defined in gko::batch::MultiVector< ValueType >) | gko::batch::MultiVector< ValueType > | friend |
| fill(ValueType value) | gko::batch::MultiVector< ValueType > | |
| get_common_size() const | gko::batch::MultiVector< ValueType > | inline |
| get_const_values() const noexcept | gko::batch::MultiVector< ValueType > | inline |
| get_const_values_for_item(size_type batch_id) const noexcept | gko::batch::MultiVector< ValueType > | inline |
| get_cumulative_offset(size_type batch_id) const | gko::batch::MultiVector< ValueType > | inline |
| get_executor() const noexcept | gko::PolymorphicObject | inline |
| get_loggers() const override | gko::log::EnableLogging< PolymorphicObject > | inlinevirtual |
| get_num_batch_items() const | gko::batch::MultiVector< ValueType > | inline |
| get_num_stored_elements() const noexcept | gko::batch::MultiVector< ValueType > | inline |
| get_size() const | gko::batch::MultiVector< ValueType > | inline |
| get_values() noexcept | gko::batch::MultiVector< ValueType > | inline |
| get_values_for_item(size_type batch_id) noexcept | gko::batch::MultiVector< ValueType > | inline |
| index_type typedef (defined in gko::batch::MultiVector< ValueType >) | gko::batch::MultiVector< ValueType > | |
| linearize_index(size_type batch, size_type row, size_type col) const noexcept (defined in gko::batch::MultiVector< ValueType >) | gko::batch::MultiVector< ValueType > | inlineprotected |
| linearize_index(size_type batch, size_type idx) const noexcept (defined in gko::batch::MultiVector< ValueType >) | gko::batch::MultiVector< ValueType > | inlineprotected |
| move_from(ptr_param< PolymorphicObject > other) (defined in gko::EnableAbstractPolymorphicObject< AbstractObject, PolymorphicBase >) | gko::EnableAbstractPolymorphicObject< AbstractObject, PolymorphicBase > | inline |
| move_from_impl(PolymorphicObject *other) override | gko::EnablePolymorphicObject< ConcreteObject, PolymorphicBase > | inlineprotectedvirtual |
| move_from_impl(std::unique_ptr< PolymorphicObject > other) override | gko::EnablePolymorphicObject< ConcreteObject, PolymorphicBase > | inlineprotectedvirtual |
| move_to(MultiVector< next_precision< ValueType > > *result) override (defined in gko::batch::MultiVector< ValueType >) | gko::batch::MultiVector< ValueType > | |
| move_to(MultiVector< next_precision< next_precision< ValueType > > > *result) override (defined in gko::batch::MultiVector< ValueType >) | gko::batch::MultiVector< ValueType > | |
| gko::EnablePolymorphicAssignment::move_to(result_type *result) override | gko::EnablePolymorphicAssignment< ConcreteType, ResultType > | inlinevirtual |
| move_to(ptr_param< result_type > result) (defined in gko::ConvertibleTo< ResultType >) | gko::ConvertibleTo< ResultType > | inline |
| move_to(ptr_param< result_type > result) (defined in gko::ConvertibleTo< ResultType >) | gko::ConvertibleTo< ResultType > | inline |
| MultiVector(std::shared_ptr< const Executor > exec, const batch_dim< 2 > &size=batch_dim< 2 >{}) (defined in gko::batch::MultiVector< ValueType >) | gko::batch::MultiVector< ValueType > | protected |
| MultiVector(std::shared_ptr< const Executor > exec, const batch_dim< 2 > &size, array< value_type > values) (defined in gko::batch::MultiVector< ValueType >) | gko::batch::MultiVector< ValueType > | protected |
| MultiVector< previous_precision< previous_precision< ValueType > > > (defined in gko::batch::MultiVector< ValueType >) | gko::batch::MultiVector< ValueType > | friend |
| MultiVector< previous_precision< ValueType > > (defined in gko::batch::MultiVector< ValueType >) | gko::batch::MultiVector< ValueType > | friend |
| MultiVector< to_complex< ValueType > > (defined in gko::batch::MultiVector< ValueType >) | gko::batch::MultiVector< ValueType > | friend |
| operator=(const PolymorphicObject &) (defined in gko::PolymorphicObject) | gko::PolymorphicObject | inline |
| PolymorphicObject(std::shared_ptr< const Executor > exec) | gko::PolymorphicObject | inlineexplicitprotected |
| PolymorphicObject(const PolymorphicObject &other) (defined in gko::PolymorphicObject) | gko::PolymorphicObject | inlineexplicitprotected |
| remove_logger(const Logger *logger) override | gko::log::EnableLogging< PolymorphicObject > | inlinevirtual |
| result_type typedef (defined in gko::EnablePolymorphicAssignment< ConcreteType, ResultType >) | gko::EnablePolymorphicAssignment< ConcreteType, ResultType > | |
| scale(ptr_param< const MultiVector< ValueType > > alpha) | gko::batch::MultiVector< ValueType > | |
| set_size(const batch_dim< 2 > &value) noexcept | gko::batch::MultiVector< ValueType > | protected |
| unbatch_type typedef (defined in gko::batch::MultiVector< ValueType >) | gko::batch::MultiVector< ValueType > | |
| value_type typedef (defined in gko::batch::MultiVector< ValueType >) | gko::batch::MultiVector< ValueType > | |
| ~ConvertibleTo()=default (defined in gko::ConvertibleTo< ResultType >) | gko::ConvertibleTo< ResultType > | virtual |
| ~Loggable()=default (defined in gko::log::Loggable) | gko::log::Loggable | virtual |
| ~PolymorphicObject() (defined in gko::PolymorphicObject) | gko::PolymorphicObject | inlinevirtual |