Ginkgo Generated from branch based on master. Ginkgo version 1.7.0
A numerical linear algebra library targeting many-core architectures
Loading...
Searching...
No Matches
gko::batch::matrix::Dense< ValueType > Member List

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

absolute_type typedef (defined in gko::batch::matrix::Dense< ValueType >)gko::batch::matrix::Dense< ValueType >
add_logger(std::shared_ptr< const Logger > logger) overridegko::log::EnableLogging< PolymorphicObject >inlinevirtual
apply(ptr_param< const MultiVector< value_type > > b, ptr_param< MultiVector< value_type > > x)gko::batch::matrix::Dense< ValueType >
apply(ptr_param< const MultiVector< value_type > > alpha, ptr_param< const MultiVector< value_type > > b, ptr_param< const MultiVector< value_type > > beta, ptr_param< MultiVector< value_type > > x)gko::batch::matrix::Dense< ValueType >
apply(ptr_param< const MultiVector< value_type > > b, ptr_param< MultiVector< value_type > > x) constgko::batch::matrix::Dense< ValueType >
apply(ptr_param< const MultiVector< value_type > > alpha, ptr_param< const MultiVector< value_type > > b, ptr_param< const MultiVector< value_type > > beta, ptr_param< MultiVector< value_type > > x) constgko::batch::matrix::Dense< ValueType >
at(size_type batch_id, size_type row, size_type col)gko::batch::matrix::Dense< ValueType >inline
at(size_type batch_id, size_type row, size_type col) constgko::batch::matrix::Dense< ValueType >inline
at(size_type batch_id, size_type idx) noexceptgko::batch::matrix::Dense< ValueType >inline
at(size_type batch_id, size_type idx) const noexceptgko::batch::matrix::Dense< ValueType >inline
clear() (defined in gko::EnableAbstractPolymorphicObject< AbstractObject, PolymorphicBase >)gko::EnableAbstractPolymorphicObject< AbstractObject, PolymorphicBase >inline
clear_loggers() overridegko::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::matrix::Dense< ValueType >)gko::batch::matrix::Dense< ValueType >
convert_to(Dense< next_precision< ValueType > > *result) const override (defined in gko::batch::matrix::Dense< ValueType >)gko::batch::matrix::Dense< ValueType >
gko::batch::EnableBatchLinOp::convert_to(result_type *result) const overridegko::EnablePolymorphicAssignment< ConcreteBatchLinOp >inline
gko::ConvertibleTo::convert_to(result_type *result) const =0gko::ConvertibleTo< ResultType >pure virtual
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::PolymorphicObjectinline
gko::PolymorphicObject::copy_from(const std::unique_ptr< Derived, Deleter > &other)gko::PolymorphicObjectinline
create(Args &&... args) (defined in gko::EnableCreateMethod< ConcreteType >)gko::EnableCreateMethod< ConcreteType >inlinestatic
create_const(std::shared_ptr< const Executor > exec, const batch_dim< 2 > &sizes, gko::detail::const_array_view< ValueType > &&values)gko::batch::matrix::Dense< ValueType >static
create_const_view_for_item(size_type item_id) constgko::batch::matrix::Dense< 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_view_for_item(size_type item_id)gko::batch::matrix::Dense< ValueType >
Dense< next_precision< ValueType > > (defined in gko::batch::matrix::Dense< ValueType >)gko::batch::matrix::Dense< ValueType >friend
Dense< to_complex< ValueType > > (defined in gko::batch::matrix::Dense< ValueType >)gko::batch::matrix::Dense< ValueType >friend
EnableCreateMethod< Dense > (defined in gko::batch::matrix::Dense< ValueType >)gko::batch::matrix::Dense< ValueType >friend
EnablePolymorphicObject< Dense, BatchLinOp > (defined in gko::batch::matrix::Dense< ValueType >)gko::batch::matrix::Dense< ValueType >friend
get_const_values() const noexceptgko::batch::matrix::Dense< ValueType >inline
get_const_values_for_item(size_type batch_id) const noexceptgko::batch::matrix::Dense< ValueType >inline
get_cumulative_offset(size_type batch_id) constgko::batch::matrix::Dense< ValueType >inline
get_executor() const noexceptgko::PolymorphicObjectinline
get_loggers() const overridegko::log::EnableLogging< PolymorphicObject >inlinevirtual
get_num_stored_elements() const noexceptgko::batch::matrix::Dense< ValueType >inline
get_values() noexceptgko::batch::matrix::Dense< ValueType >inline
get_values_for_item(size_type batch_id) noexceptgko::batch::matrix::Dense< ValueType >inline
index_type typedef (defined in gko::batch::matrix::Dense< ValueType >)gko::batch::matrix::Dense< ValueType >
move_from(ptr_param< PolymorphicObject > other) (defined in gko::EnableAbstractPolymorphicObject< AbstractObject, PolymorphicBase >)gko::EnableAbstractPolymorphicObject< AbstractObject, PolymorphicBase >inline
move_to(Dense< next_precision< ValueType > > *result) override (defined in gko::batch::matrix::Dense< ValueType >)gko::batch::matrix::Dense< ValueType >
gko::batch::EnableBatchLinOp::move_to(result_type *result) overridegko::EnablePolymorphicAssignment< ConcreteBatchLinOp >inline
gko::ConvertibleTo::move_to(result_type *result)=0gko::ConvertibleTo< ResultType >pure virtual
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
operator=(const PolymorphicObject &) (defined in gko::PolymorphicObject)gko::PolymorphicObjectinline
remove_logger(const Logger *logger) overridegko::log::EnableLogging< PolymorphicObject >inlinevirtual
transposed_type typedef (defined in gko::batch::matrix::Dense< ValueType >)gko::batch::matrix::Dense< ValueType >
unbatch_type typedef (defined in gko::batch::matrix::Dense< ValueType >)gko::batch::matrix::Dense< ValueType >
value_type typedef (defined in gko::batch::matrix::Dense< ValueType >)gko::batch::matrix::Dense< ValueType >
~ConvertibleTo()=default (defined in gko::ConvertibleTo< ResultType >)gko::ConvertibleTo< ResultType >virtual
~Loggable()=default (defined in gko::log::Loggable)gko::log::Loggablevirtual
~PolymorphicObject() (defined in gko::PolymorphicObject)gko::PolymorphicObjectinlinevirtual