Ginkgo Generated from branch based on main. Ginkgo version 1.9.0
A numerical linear algebra library targeting many-core architectures
 
Loading...
Searching...
No Matches
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) overridegko::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_loggers() overridegko::log::EnableLogging< PolymorphicObject >inlinevirtual
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 >
convert_to(MultiVector< next_precision< next_precision< ValueType > > > *result) const override (defined in gko::batch::MultiVector< ValueType >)gko::batch::MultiVector< ValueType >
gko::ConvertibleTo< MultiVector< next_precision< next_precision< default_precision > > > >::convert_to(result_type *result) const=0gko::ConvertibleTo< MultiVector< next_precision< next_precision< default_precision > > > >pure virtual
gko::ConvertibleTo< MultiVector< next_precision< default_precision > > >::convert_to(result_type *result) const=0gko::ConvertibleTo< MultiVector< next_precision< default_precision > > >pure virtual
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_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 overridegko::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_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::ConvertibleTo< MultiVector< next_precision< next_precision< default_precision > > > >::move_to(result_type *result)=0gko::ConvertibleTo< MultiVector< next_precision< next_precision< default_precision > > > >pure virtual
gko::ConvertibleTo< MultiVector< next_precision< default_precision > > >::move_to(result_type *result)=0gko::ConvertibleTo< MultiVector< next_precision< default_precision > > >pure virtual
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::PolymorphicObjectinline
remove_logger(const Logger *logger) overridegko::log::EnableLogging< PolymorphicObject >inlinevirtual
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 >
~Loggable()=default (defined in gko::log::Loggable)gko::log::Loggablevirtual
~PolymorphicObject() (defined in gko::PolymorphicObject)gko::PolymorphicObjectinlinevirtual