absolute_type typedef (defined in gko::batch::matrix::Csr< ValueType, IndexType >) | gko::batch::matrix::Csr< ValueType, IndexType > | |
add_scaled_identity(ptr_param< const MultiVector< value_type > > alpha, ptr_param< const MultiVector< value_type > > beta) | gko::batch::matrix::Csr< ValueType, IndexType > | |
apply(ptr_param< const MultiVector< value_type > > b, ptr_param< MultiVector< value_type > > x) | gko::batch::matrix::Csr< ValueType, IndexType > | |
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::Csr< ValueType, IndexType > | |
apply(ptr_param< const MultiVector< value_type > > b, ptr_param< MultiVector< value_type > > x) const | gko::batch::matrix::Csr< ValueType, IndexType > | |
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) const | gko::batch::matrix::Csr< ValueType, IndexType > | |
complex_type typedef (defined in gko::batch::matrix::Csr< ValueType, IndexType >) | gko::batch::matrix::Csr< ValueType, IndexType > | |
convert_to(Csr< next_precision< ValueType >, IndexType > *result) const override (defined in gko::batch::matrix::Csr< ValueType, IndexType >) | gko::batch::matrix::Csr< ValueType, IndexType > | |
gko::ConvertibleTo< Csr< next_precision< default_precision >, int32 > >::convert_to(result_type *result) const=0 | gko::ConvertibleTo< Csr< next_precision< default_precision >, int32 > > | pure virtual |
create(std::shared_ptr< const Executor > exec, const batch_dim< 2 > &size=batch_dim< 2 >{}, size_type num_nonzeros_per_item={}) | gko::batch::matrix::Csr< ValueType, IndexType > | static |
create(std::shared_ptr< const Executor > exec, const batch_dim< 2 > &size, array< value_type > values, array< index_type > col_idxs, array< index_type > row_ptrs) | gko::batch::matrix::Csr< ValueType, IndexType > | static |
create(std::shared_ptr< const Executor > exec, const batch_dim< 2 > &size, std::initializer_list< InputValueType > values, std::initializer_list< ColIndexType > col_idxs, std::initializer_list< RowPtrType > row_ptrs) | gko::batch::matrix::Csr< ValueType, IndexType > | inlinestatic |
create_const(std::shared_ptr< const Executor > exec, const batch_dim< 2 > &sizes, gko::detail::const_array_view< value_type > &&values, gko::detail::const_array_view< index_type > &&col_idxs, gko::detail::const_array_view< index_type > &&row_ptrs) | gko::batch::matrix::Csr< ValueType, IndexType > | static |
create_const_view_for_item(size_type item_id) const | gko::batch::matrix::Csr< ValueType, IndexType > | |
create_view_for_item(size_type item_id) | gko::batch::matrix::Csr< ValueType, IndexType > | |
Csr< previous_precision< ValueType >, IndexType > (defined in gko::batch::matrix::Csr< ValueType, IndexType >) | gko::batch::matrix::Csr< ValueType, IndexType > | friend |
Csr< to_complex< ValueType >, IndexType > (defined in gko::batch::matrix::Csr< ValueType, IndexType >) | gko::batch::matrix::Csr< ValueType, IndexType > | friend |
EnablePolymorphicObject< Csr, BatchLinOp > (defined in gko::batch::matrix::Csr< ValueType, IndexType >) | gko::batch::matrix::Csr< ValueType, IndexType > | friend |
get_col_idxs() noexcept | gko::batch::matrix::Csr< ValueType, IndexType > | inline |
get_const_col_idxs() const noexcept | gko::batch::matrix::Csr< ValueType, IndexType > | inline |
get_const_row_ptrs() const noexcept | gko::batch::matrix::Csr< ValueType, IndexType > | inline |
get_const_values() const noexcept | gko::batch::matrix::Csr< ValueType, IndexType > | inline |
get_const_values_for_item(size_type batch_id) const noexcept | gko::batch::matrix::Csr< ValueType, IndexType > | inline |
get_num_elements_per_item() const noexcept | gko::batch::matrix::Csr< ValueType, IndexType > | inline |
get_num_stored_elements() const noexcept | gko::batch::matrix::Csr< ValueType, IndexType > | inline |
get_row_ptrs() noexcept | gko::batch::matrix::Csr< ValueType, IndexType > | inline |
get_values() noexcept | gko::batch::matrix::Csr< ValueType, IndexType > | inline |
get_values_for_item(size_type batch_id) noexcept | gko::batch::matrix::Csr< ValueType, IndexType > | inline |
index_type typedef (defined in gko::batch::matrix::Csr< ValueType, IndexType >) | gko::batch::matrix::Csr< ValueType, IndexType > | |
move_to(Csr< next_precision< ValueType >, IndexType > *result) override (defined in gko::batch::matrix::Csr< ValueType, IndexType >) | gko::batch::matrix::Csr< ValueType, IndexType > | |
gko::ConvertibleTo< Csr< next_precision< default_precision >, int32 > >::move_to(result_type *result)=0 | gko::ConvertibleTo< Csr< next_precision< default_precision >, int32 > > | pure virtual |
scale(const array< value_type > &row_scale, const array< value_type > &col_scale) | gko::batch::matrix::Csr< ValueType, IndexType > | |
unbatch_type typedef (defined in gko::batch::matrix::Csr< ValueType, IndexType >) | gko::batch::matrix::Csr< ValueType, IndexType > | |
value_type typedef (defined in gko::batch::matrix::Csr< ValueType, IndexType >) | gko::batch::matrix::Csr< ValueType, IndexType > | |