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

This is the complete list of members for gko::batch::MultiVector< ValueType >, including all inherited members.

absolute_type typedef (defined in gko::batch::MultiVector< ValueType >)gko::batch::MultiVector< ValueType >
add_logger(std::shared_ptr< const Logger > logger) override (defined in gko::log::EnableLogging< PolymorphicObject >)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) constgko::batch::MultiVector< ValueType >inline
at(size_type batch_id, size_type idx) noexceptgko::batch::MultiVector< ValueType >inline
at(size_type batch_id, size_type idx) const noexceptgko::batch::MultiVector< ValueType >inline
clear() (defined in gko::EnableAbstractPolymorphicObject< MultiVector< ValueType >, PolymorphicObject >)gko::EnableAbstractPolymorphicObject< MultiVector< ValueType >, PolymorphicObject >inline
clear_loggers() override (defined in gko::log::EnableLogging< PolymorphicObject >)gko::log::EnableLogging< PolymorphicObject >inlinevirtual
clone(std::shared_ptr< const Executor > exec) const (defined in gko::EnableAbstractPolymorphicObject< MultiVector< ValueType >, PolymorphicObject >)gko::EnableAbstractPolymorphicObject< MultiVector< ValueType >, PolymorphicObject >inline
clone() const (defined in gko::EnableAbstractPolymorphicObject< MultiVector< ValueType >, PolymorphicObject >)gko::EnableAbstractPolymorphicObject< MultiVector< ValueType >, PolymorphicObject >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) constgko::batch::MultiVector< ValueType >
compute_dot(ptr_param< const MultiVector< ValueType >> b, ptr_param< MultiVector< ValueType >> result) constgko::batch::MultiVector< ValueType >
compute_norm2(ptr_param< MultiVector< remove_complex< ValueType >>> result) constgko::batch::MultiVector< ValueType >
convert_to(MultiVector< next_precision< ValueType >> *result) const override (defined in gko::batch::MultiVector< ValueType >)gko::batch::MultiVector< ValueType >
EnablePolymorphicAssignment< MultiVector< ValueType > >::convert_to(result_type *result) const overridegko::EnablePolymorphicAssignment< MultiVector< ValueType > >inlinevirtual
convert_to(ptr_param< result_type > result) const (defined in gko::ConvertibleTo< MultiVector< ValueType > >)gko::ConvertibleTo< MultiVector< ValueType > >inline
ConvertibleTo< MultiVector< next_precision< ValueType > > >::convert_to(result_type *result) const=0gko::ConvertibleTo< MultiVector< next_precision< ValueType > > >pure virtual
convert_to(ptr_param< result_type > result) const (defined in gko::ConvertibleTo< MultiVector< next_precision< ValueType > > >)gko::ConvertibleTo< MultiVector< next_precision< ValueType > > >inline
copy_from(const PolymorphicObject *other) (defined in gko::EnableAbstractPolymorphicObject< MultiVector< ValueType >, PolymorphicObject >)gko::EnableAbstractPolymorphicObject< MultiVector< ValueType >, PolymorphicObject >inline
copy_from(std::unique_ptr< Derived > &&other) (defined in gko::EnableAbstractPolymorphicObject< MultiVector< ValueType >, PolymorphicObject >)gko::EnableAbstractPolymorphicObject< MultiVector< ValueType >, PolymorphicObject >inline
copy_from(const std::unique_ptr< Derived > &other) (defined in gko::EnableAbstractPolymorphicObject< MultiVector< ValueType >, PolymorphicObject >)gko::EnableAbstractPolymorphicObject< MultiVector< ValueType >, PolymorphicObject >inline
copy_from(const std::shared_ptr< const PolymorphicObject > &other) (defined in gko::EnableAbstractPolymorphicObject< MultiVector< ValueType >, PolymorphicObject >)gko::EnableAbstractPolymorphicObject< MultiVector< ValueType >, PolymorphicObject >inline
gko::PolymorphicObject::copy_from(std::unique_ptr< Derived, Deleter > &&other)gko::PolymorphicObjectinline
gko::PolymorphicObject::copy_from(const std::unique_ptr< Derived, Deleter > &other)gko::PolymorphicObjectinline
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) constgko::batch::MultiVector< ValueType >
create_default(std::shared_ptr< const Executor > exec) const (defined in gko::EnableAbstractPolymorphicObject< MultiVector< ValueType >, PolymorphicObject >)gko::EnableAbstractPolymorphicObject< MultiVector< ValueType >, PolymorphicObject >inline
create_default() const (defined in gko::EnableAbstractPolymorphicObject< MultiVector< ValueType >, PolymorphicObject >)gko::EnableAbstractPolymorphicObject< MultiVector< ValueType >, PolymorphicObject >inline
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
EnablePolymorphicObject< MultiVector > (defined in gko::batch::MultiVector< ValueType >)gko::batch::MultiVector< ValueType >friend
fill(ValueType value)gko::batch::MultiVector< ValueType >
get_common_size() constgko::batch::MultiVector< ValueType >inline
get_const_values() const noexceptgko::batch::MultiVector< ValueType >inline
get_const_values_for_item(size_type batch_id) const noexceptgko::batch::MultiVector< ValueType >inline
get_cumulative_offset(size_type batch_id) constgko::batch::MultiVector< ValueType >inline
get_executor() const noexceptgko::PolymorphicObjectinline
get_loggers() const override (defined in gko::log::EnableLogging< PolymorphicObject >)gko::log::EnableLogging< PolymorphicObject >inlinevirtual
get_num_batch_items() constgko::batch::MultiVector< ValueType >inline
get_num_stored_elements() const noexceptgko::batch::MultiVector< ValueType >inline
get_size() constgko::batch::MultiVector< ValueType >inline
get_values() noexceptgko::batch::MultiVector< ValueType >inline
get_values_for_item(size_type batch_id) noexceptgko::batch::MultiVector< ValueType >inline
index_type typedef (defined in gko::batch::MultiVector< ValueType >)gko::batch::MultiVector< ValueType >
move_from(ptr_param< PolymorphicObject > other) (defined in gko::EnableAbstractPolymorphicObject< MultiVector< ValueType >, PolymorphicObject >)gko::EnableAbstractPolymorphicObject< MultiVector< ValueType >, PolymorphicObject >inline
move_to(MultiVector< next_precision< ValueType >> *result) override (defined in gko::batch::MultiVector< ValueType >)gko::batch::MultiVector< ValueType >
EnablePolymorphicAssignment< MultiVector< ValueType > >::move_to(result_type *result) overridegko::EnablePolymorphicAssignment< MultiVector< ValueType > >inlinevirtual
move_to(ptr_param< result_type > result) (defined in gko::ConvertibleTo< MultiVector< ValueType > >)gko::ConvertibleTo< MultiVector< ValueType > >inline
ConvertibleTo< MultiVector< next_precision< ValueType > > >::move_to(result_type *result)=0gko::ConvertibleTo< MultiVector< next_precision< ValueType > > >pure virtual
move_to(ptr_param< result_type > result) (defined in gko::ConvertibleTo< MultiVector< next_precision< ValueType > > >)gko::ConvertibleTo< MultiVector< next_precision< ValueType > > >inline
MultiVector< next_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::PolymorphicObjectinline
remove_logger(const Logger *logger) override (defined in gko::log::EnableLogging< PolymorphicObject >)gko::log::EnableLogging< PolymorphicObject >inlinevirtual
remove_logger(ptr_param< const Logger > logger) (defined in gko::log::EnableLogging< PolymorphicObject >)gko::log::EnableLogging< PolymorphicObject >inline
result_type typedef (defined in gko::EnablePolymorphicAssignment< MultiVector< ValueType > >)gko::EnablePolymorphicAssignment< MultiVector< ValueType > >
result_type typedef (defined in gko::ConvertibleTo< MultiVector< next_precision< ValueType > > >)gko::ConvertibleTo< MultiVector< next_precision< ValueType > > >
scale(ptr_param< const MultiVector< ValueType >> alpha)gko::batch::MultiVector< ValueType >
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< MultiVector< ValueType > >)gko::ConvertibleTo< MultiVector< ValueType > >virtual
~ConvertibleTo()=default (defined in gko::ConvertibleTo< MultiVector< next_precision< ValueType > > >)gko::ConvertibleTo< MultiVector< next_precision< ValueType > > >virtual
~Loggable()=default (defined in gko::log::Loggable)gko::log::Loggablevirtual
~PolymorphicObject() (defined in gko::PolymorphicObject)gko::PolymorphicObjectinlinevirtual