Ginkgo  Generated from pipelines/1330831941 branch based on master. Ginkgo version 1.8.0
A numerical linear algebra library targeting many-core architectures
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_scaled_identity(ptr_param< const MultiVector< value_type >> alpha, ptr_param< const MultiVector< value_type >> beta)gko::batch::matrix::Dense< ValueType >
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< Dense< ValueType >, BatchLinOp >)gko::EnableAbstractPolymorphicObject< Dense< ValueType >, BatchLinOp >inline
clone(std::shared_ptr< const Executor > exec) const (defined in gko::EnableAbstractPolymorphicObject< Dense< ValueType >, BatchLinOp >)gko::EnableAbstractPolymorphicObject< Dense< ValueType >, BatchLinOp >inline
clone() const (defined in gko::EnableAbstractPolymorphicObject< Dense< ValueType >, BatchLinOp >)gko::EnableAbstractPolymorphicObject< Dense< ValueType >, BatchLinOp >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 >
EnableBatchLinOp< Dense< ValueType > >::convert_to(result_type *result) const overridegko::EnablePolymorphicAssignment< Dense< ValueType > >inlinevirtual
convert_to(ptr_param< result_type > result) const (defined in gko::ConvertibleTo< Dense< ValueType > >)gko::ConvertibleTo< Dense< ValueType > >inline
ConvertibleTo< Dense< next_precision< ValueType > > >::convert_to(result_type *result) const=0gko::ConvertibleTo< Dense< next_precision< ValueType > > >pure virtual
convert_to(ptr_param< result_type > result) const (defined in gko::ConvertibleTo< Dense< next_precision< ValueType > > >)gko::ConvertibleTo< Dense< next_precision< ValueType > > >inline
copy_from(const PolymorphicObject *other) (defined in gko::EnableAbstractPolymorphicObject< Dense< ValueType >, BatchLinOp >)gko::EnableAbstractPolymorphicObject< Dense< ValueType >, BatchLinOp >inline
copy_from(std::unique_ptr< Derived > &&other) (defined in gko::EnableAbstractPolymorphicObject< Dense< ValueType >, BatchLinOp >)gko::EnableAbstractPolymorphicObject< Dense< ValueType >, BatchLinOp >inline
copy_from(const std::unique_ptr< Derived > &other) (defined in gko::EnableAbstractPolymorphicObject< Dense< ValueType >, BatchLinOp >)gko::EnableAbstractPolymorphicObject< Dense< ValueType >, BatchLinOp >inline
copy_from(const std::shared_ptr< const PolymorphicObject > &other) (defined in gko::EnableAbstractPolymorphicObject< Dense< ValueType >, BatchLinOp >)gko::EnableAbstractPolymorphicObject< Dense< ValueType >, BatchLinOp >inline
create(std::shared_ptr< const Executor > exec, const batch_dim< 2 > &size=batch_dim< 2 >{})gko::batch::matrix::Dense< ValueType >static
create(std::shared_ptr< const Executor > exec, const batch_dim< 2 > &size, array< value_type > values)gko::batch::matrix::Dense< ValueType >static
create(std::shared_ptr< const Executor > exec, const batch_dim< 2 > &size, std::initializer_list< InputValueType > values)gko::batch::matrix::Dense< ValueType >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< Dense< ValueType >, BatchLinOp >)gko::EnableAbstractPolymorphicObject< Dense< ValueType >, BatchLinOp >inline
create_default() const (defined in gko::EnableAbstractPolymorphicObject< Dense< ValueType >, BatchLinOp >)gko::EnableAbstractPolymorphicObject< Dense< ValueType >, BatchLinOp >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
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_num_elements_per_item() const noexceptgko::batch::matrix::Dense< ValueType >inline
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< Dense< ValueType >, BatchLinOp >)gko::EnableAbstractPolymorphicObject< Dense< ValueType >, BatchLinOp >inline
move_to(Dense< next_precision< ValueType >> *result) override (defined in gko::batch::matrix::Dense< ValueType >)gko::batch::matrix::Dense< ValueType >
EnableBatchLinOp< Dense< ValueType > >::move_to(result_type *result) overridegko::EnablePolymorphicAssignment< Dense< ValueType > >inlinevirtual
move_to(ptr_param< result_type > result) (defined in gko::ConvertibleTo< Dense< ValueType > >)gko::ConvertibleTo< Dense< ValueType > >inline
ConvertibleTo< Dense< next_precision< ValueType > > >::move_to(result_type *result)=0gko::ConvertibleTo< Dense< next_precision< ValueType > > >pure virtual
move_to(ptr_param< result_type > result) (defined in gko::ConvertibleTo< Dense< next_precision< ValueType > > >)gko::ConvertibleTo< Dense< next_precision< ValueType > > >inline
result_type typedef (defined in gko::EnablePolymorphicAssignment< Dense< ValueType > >)gko::EnablePolymorphicAssignment< Dense< ValueType > >
result_type typedef (defined in gko::ConvertibleTo< Dense< next_precision< ValueType > > >)gko::ConvertibleTo< Dense< next_precision< ValueType > > >
scale(const array< value_type > &row_scale, const array< value_type > &col_scale)gko::batch::matrix::Dense< ValueType >
scale_add(ptr_param< const MultiVector< value_type >> alpha, ptr_param< const batch::matrix::Dense< value_type >> b)gko::batch::matrix::Dense< ValueType >
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< Dense< ValueType > >)gko::ConvertibleTo< Dense< ValueType > >virtual
~ConvertibleTo()=default (defined in gko::ConvertibleTo< Dense< next_precision< ValueType > > >)gko::ConvertibleTo< Dense< next_precision< ValueType > > >virtual