absolute_type typedef (defined in gko::matrix::Csr< ValueType, IndexType >) | gko::matrix::Csr< ValueType, IndexType > | |
add_logger(std::shared_ptr< const Logger > logger) override | gko::log::EnableLogging< PolymorphicObject > | inlinevirtual |
add_scaled_identity(ptr_param< const LinOp > const a, ptr_param< const LinOp > const b) | gko::ScaledIdentityAddable | inline |
gko::EnablePolymorphicObject< Csr< default_precision, int32 >, LinOp >::apply(ptr_param< const LinOp > b, ptr_param< LinOp > x) | gko::LinOp | inline |
gko::EnablePolymorphicObject< Csr< default_precision, int32 >, LinOp >::apply(ptr_param< const LinOp > alpha, ptr_param< const LinOp > b, ptr_param< const LinOp > beta, ptr_param< LinOp > x) | gko::LinOp | inline |
gko::EnablePolymorphicObject< Csr< default_precision, int32 >, LinOp >::apply(ptr_param< const LinOp > alpha, ptr_param< const LinOp > b, ptr_param< const LinOp > beta, ptr_param< LinOp > x) const | gko::LinOp | inline |
apply_uses_initial_guess() const | gko::LinOp | inlinevirtual |
clear_loggers() override | gko::log::EnableLogging< PolymorphicObject > | inlinevirtual |
gko::PolymorphicObject::clone() const | gko::PolymorphicObject | inline |
column_permute(const array< IndexType > *permutation_indices) const override (defined in gko::matrix::Csr< ValueType, IndexType >) | gko::matrix::Csr< ValueType, IndexType > | |
gko::Permutable< int32 >::column_permute(const array< int32 > *permutation_indices) const=0 | gko::Permutable< int32 > | pure virtual |
compute_absolute() const override | gko::matrix::Csr< ValueType, IndexType > | virtual |
compute_absolute_inplace() override | gko::matrix::Csr< ValueType, IndexType > | virtual |
compute_absolute_linop() const override | gko::EnableAbsoluteComputation< remove_complex< Csr< default_precision, int32 > > > | inlinevirtual |
conj_transpose() const override | gko::matrix::Csr< ValueType, IndexType > | virtual |
convert_to(Csr< next_precision< ValueType >, IndexType > *result) const override (defined in gko::matrix::Csr< ValueType, IndexType >) | gko::matrix::Csr< ValueType, IndexType > | |
convert_to(Dense< ValueType > *other) const override (defined in gko::matrix::Csr< ValueType, IndexType >) | gko::matrix::Csr< ValueType, IndexType > | |
convert_to(Coo< ValueType, IndexType > *result) const override (defined in gko::matrix::Csr< ValueType, IndexType >) | gko::matrix::Csr< ValueType, IndexType > | |
convert_to(Ell< ValueType, IndexType > *result) const override (defined in gko::matrix::Csr< ValueType, IndexType >) | gko::matrix::Csr< ValueType, IndexType > | |
convert_to(Fbcsr< ValueType, IndexType > *result) const override (defined in gko::matrix::Csr< ValueType, IndexType >) | gko::matrix::Csr< ValueType, IndexType > | |
convert_to(Hybrid< ValueType, IndexType > *result) const override (defined in gko::matrix::Csr< ValueType, IndexType >) | gko::matrix::Csr< ValueType, IndexType > | |
convert_to(Sellp< ValueType, IndexType > *result) const override (defined in gko::matrix::Csr< ValueType, IndexType >) | gko::matrix::Csr< ValueType, IndexType > | |
convert_to(SparsityCsr< ValueType, IndexType > *result) const override (defined in gko::matrix::Csr< ValueType, IndexType >) | gko::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 |
gko::ConvertibleTo< Dense< default_precision > >::convert_to(result_type *result) const=0 | gko::ConvertibleTo< Dense< default_precision > > | pure virtual |
gko::ConvertibleTo< Coo< default_precision, int32 > >::convert_to(result_type *result) const=0 | gko::ConvertibleTo< Coo< default_precision, int32 > > | pure virtual |
gko::ConvertibleTo< Ell< default_precision, int32 > >::convert_to(result_type *result) const=0 | gko::ConvertibleTo< Ell< default_precision, int32 > > | pure virtual |
gko::ConvertibleTo< Fbcsr< default_precision, int32 > >::convert_to(result_type *result) const=0 | gko::ConvertibleTo< Fbcsr< default_precision, int32 > > | pure virtual |
gko::ConvertibleTo< Hybrid< default_precision, int32 > >::convert_to(result_type *result) const=0 | gko::ConvertibleTo< Hybrid< default_precision, int32 > > | pure virtual |
gko::ConvertibleTo< Sellp< default_precision, int32 > >::convert_to(result_type *result) const=0 | gko::ConvertibleTo< Sellp< default_precision, int32 > > | pure virtual |
gko::ConvertibleTo< SparsityCsr< default_precision, int32 > >::convert_to(result_type *result) const=0 | gko::ConvertibleTo< SparsityCsr< default_precision, int32 > > | pure virtual |
Coo< ValueType, IndexType > (defined in gko::matrix::Csr< ValueType, IndexType >) | gko::matrix::Csr< ValueType, IndexType > | friend |
gko::PolymorphicObject::copy_from(std::unique_ptr< Derived, Deleter > &&other) | gko::PolymorphicObject | inline |
gko::PolymorphicObject::copy_from(const std::unique_ptr< Derived, Deleter > &other) | gko::PolymorphicObject | inline |
gko::PolymorphicObject::copy_from(const std::shared_ptr< const PolymorphicObject > &other) | gko::PolymorphicObject | inline |
create(std::shared_ptr< const Executor > exec, std::shared_ptr< strategy_type > strategy) | gko::matrix::Csr< ValueType, IndexType > | static |
create(std::shared_ptr< const Executor > exec, const dim< 2 > &size={}, size_type num_nonzeros={}, std::shared_ptr< strategy_type > strategy=nullptr) | gko::matrix::Csr< ValueType, IndexType > | static |
create(std::shared_ptr< const Executor > exec, const dim< 2 > &size, array< value_type > values, array< index_type > col_idxs, array< index_type > row_ptrs, std::shared_ptr< strategy_type > strategy=nullptr) | gko::matrix::Csr< ValueType, IndexType > | static |
create(std::shared_ptr< const Executor > exec, const dim< 2 > &size, std::initializer_list< InputValueType > values, std::initializer_list< InputColumnIndexType > col_idxs, std::initializer_list< InputRowPtrType > row_ptrs) | gko::matrix::Csr< ValueType, IndexType > | inlinestatic |
create_const(std::shared_ptr< const Executor > exec, const dim< 2 > &size, gko::detail::const_array_view< ValueType > &&values, gko::detail::const_array_view< IndexType > &&col_idxs, gko::detail::const_array_view< IndexType > &&row_ptrs, std::shared_ptr< strategy_type > strategy=nullptr) | gko::matrix::Csr< ValueType, IndexType > | static |
create_const_value_view() const | gko::matrix::Csr< ValueType, IndexType > | |
gko::PolymorphicObject::create_default() const | gko::PolymorphicObject | inline |
create_submatrix(const index_set< IndexType > &row_index_set, const index_set< IndexType > &column_index_set) const | gko::matrix::Csr< ValueType, IndexType > | |
create_submatrix(const span &row_span, const span &column_span) const | gko::matrix::Csr< ValueType, IndexType > | |
create_value_view() | gko::matrix::Csr< ValueType, IndexType > | |
Csr(const Csr &) | gko::matrix::Csr< ValueType, IndexType > | |
Csr(Csr &&) | gko::matrix::Csr< ValueType, IndexType > | |
Csr< previous_precision< ValueType >, IndexType > (defined in gko::matrix::Csr< ValueType, IndexType >) | gko::matrix::Csr< ValueType, IndexType > | friend |
Csr< to_complex< ValueType >, IndexType > (defined in gko::matrix::Csr< ValueType, IndexType >) | gko::matrix::Csr< ValueType, IndexType > | friend |
CsrBuilder< ValueType, IndexType > (defined in gko::matrix::Csr< ValueType, IndexType >) | gko::matrix::Csr< ValueType, IndexType > | friend |
Dense< ValueType > (defined in gko::matrix::Csr< ValueType, IndexType >) | gko::matrix::Csr< ValueType, IndexType > | friend |
device_mat_data typedef (defined in gko::matrix::Csr< ValueType, IndexType >) | gko::matrix::Csr< ValueType, IndexType > | |
Diagonal< ValueType > (defined in gko::matrix::Csr< ValueType, IndexType >) | gko::matrix::Csr< ValueType, IndexType > | friend |
Ell< ValueType, IndexType > (defined in gko::matrix::Csr< ValueType, IndexType >) | gko::matrix::Csr< ValueType, IndexType > | friend |
EnablePolymorphicObject< Csr, LinOp > (defined in gko::matrix::Csr< ValueType, IndexType >) | gko::matrix::Csr< ValueType, IndexType > | friend |
extract_diagonal() const override | gko::matrix::Csr< ValueType, IndexType > | virtual |
extract_diagonal_linop() const override | gko::DiagonalExtractable< default_precision > | virtual |
Fbcsr< ValueType, IndexType > (defined in gko::matrix::Csr< ValueType, IndexType >) | gko::matrix::Csr< ValueType, IndexType > | friend |
get_col_idxs() noexcept | gko::matrix::Csr< ValueType, IndexType > | inline |
get_const_col_idxs() const noexcept | gko::matrix::Csr< ValueType, IndexType > | inline |
get_const_row_ptrs() const noexcept | gko::matrix::Csr< ValueType, IndexType > | inline |
get_const_srow() const noexcept | gko::matrix::Csr< ValueType, IndexType > | inline |
get_const_values() const noexcept | gko::matrix::Csr< ValueType, IndexType > | inline |
get_executor() const noexcept | gko::PolymorphicObject | inline |
get_loggers() const override | gko::log::EnableLogging< PolymorphicObject > | inlinevirtual |
get_num_srow_elements() const noexcept | gko::matrix::Csr< ValueType, IndexType > | inline |
get_num_stored_elements() const noexcept | gko::matrix::Csr< ValueType, IndexType > | inline |
get_row_ptrs() noexcept | gko::matrix::Csr< ValueType, IndexType > | inline |
get_size() const noexcept | gko::LinOp | inline |
get_srow() noexcept | gko::matrix::Csr< ValueType, IndexType > | inline |
get_strategy() const noexcept | gko::matrix::Csr< ValueType, IndexType > | inline |
get_values() noexcept | gko::matrix::Csr< ValueType, IndexType > | inline |
Hybrid< ValueType, IndexType > (defined in gko::matrix::Csr< ValueType, IndexType >) | gko::matrix::Csr< ValueType, IndexType > | friend |
index_type typedef (defined in gko::matrix::Csr< ValueType, IndexType >) | gko::matrix::Csr< ValueType, IndexType > | |
inv_scale(ptr_param< const LinOp > alpha) | gko::matrix::Csr< ValueType, IndexType > | inline |
inverse_column_permute(const array< IndexType > *inverse_permutation_indices) const override (defined in gko::matrix::Csr< ValueType, IndexType >) | gko::matrix::Csr< ValueType, IndexType > | |
gko::Permutable< int32 >::inverse_column_permute(const array< int32 > *permutation_indices) const=0 | gko::Permutable< int32 > | pure virtual |
inverse_permute(const array< IndexType > *inverse_permutation_indices) const override (defined in gko::matrix::Csr< ValueType, IndexType >) | gko::matrix::Csr< ValueType, IndexType > | |
gko::Permutable< int32 >::inverse_permute(const array< int32 > *permutation_indices) const | gko::Permutable< int32 > | inlinevirtual |
inverse_row_permute(const array< IndexType > *inverse_permutation_indices) const override (defined in gko::matrix::Csr< ValueType, IndexType >) | gko::matrix::Csr< ValueType, IndexType > | |
gko::Permutable< int32 >::inverse_row_permute(const array< int32 > *permutation_indices) const=0 | gko::Permutable< int32 > | pure virtual |
is_sorted_by_column_index() const (defined in gko::matrix::Csr< ValueType, IndexType >) | gko::matrix::Csr< ValueType, IndexType > | |
LinOp(const LinOp &)=default | gko::LinOp | |
LinOp(LinOp &&other) | gko::LinOp | inline |
mat_data typedef (defined in gko::matrix::Csr< ValueType, IndexType >) | gko::matrix::Csr< ValueType, IndexType > | |
move_to(Csr< next_precision< ValueType >, IndexType > *result) override (defined in gko::matrix::Csr< ValueType, IndexType >) | gko::matrix::Csr< ValueType, IndexType > | |
move_to(Dense< ValueType > *other) override (defined in gko::matrix::Csr< ValueType, IndexType >) | gko::matrix::Csr< ValueType, IndexType > | |
move_to(Coo< ValueType, IndexType > *result) override (defined in gko::matrix::Csr< ValueType, IndexType >) | gko::matrix::Csr< ValueType, IndexType > | |
move_to(Ell< ValueType, IndexType > *result) override (defined in gko::matrix::Csr< ValueType, IndexType >) | gko::matrix::Csr< ValueType, IndexType > | |
move_to(Fbcsr< ValueType, IndexType > *result) override (defined in gko::matrix::Csr< ValueType, IndexType >) | gko::matrix::Csr< ValueType, IndexType > | |
move_to(Hybrid< ValueType, IndexType > *result) override (defined in gko::matrix::Csr< ValueType, IndexType >) | gko::matrix::Csr< ValueType, IndexType > | |
move_to(Sellp< ValueType, IndexType > *result) override (defined in gko::matrix::Csr< ValueType, IndexType >) | gko::matrix::Csr< ValueType, IndexType > | |
move_to(SparsityCsr< ValueType, IndexType > *result) override (defined in gko::matrix::Csr< ValueType, IndexType >) | gko::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 |
gko::ConvertibleTo< Dense< default_precision > >::move_to(result_type *result)=0 | gko::ConvertibleTo< Dense< default_precision > > | pure virtual |
gko::ConvertibleTo< Coo< default_precision, int32 > >::move_to(result_type *result)=0 | gko::ConvertibleTo< Coo< default_precision, int32 > > | pure virtual |
gko::ConvertibleTo< Ell< default_precision, int32 > >::move_to(result_type *result)=0 | gko::ConvertibleTo< Ell< default_precision, int32 > > | pure virtual |
gko::ConvertibleTo< Fbcsr< default_precision, int32 > >::move_to(result_type *result)=0 | gko::ConvertibleTo< Fbcsr< default_precision, int32 > > | pure virtual |
gko::ConvertibleTo< Hybrid< default_precision, int32 > >::move_to(result_type *result)=0 | gko::ConvertibleTo< Hybrid< default_precision, int32 > > | pure virtual |
gko::ConvertibleTo< Sellp< default_precision, int32 > >::move_to(result_type *result)=0 | gko::ConvertibleTo< Sellp< default_precision, int32 > > | pure virtual |
gko::ConvertibleTo< SparsityCsr< default_precision, int32 > >::move_to(result_type *result)=0 | gko::ConvertibleTo< SparsityCsr< default_precision, int32 > > | pure virtual |
operator=(const Csr &) | gko::matrix::Csr< ValueType, IndexType > | |
operator=(Csr &&) | gko::matrix::Csr< ValueType, IndexType > | |
gko::EnableLinOp< Csr< default_precision, int32 > >::operator=(const LinOp &)=default | gko::LinOp | |
gko::EnableLinOp< Csr< default_precision, int32 > >::operator=(LinOp &&other) | gko::LinOp | inline |
operator=(const PolymorphicObject &) (defined in gko::PolymorphicObject) | gko::PolymorphicObject | inline |
permute(ptr_param< const Permutation< index_type > > permutation, permute_mode mode=permute_mode::symmetric) const | gko::matrix::Csr< ValueType, IndexType > | |
permute(ptr_param< const Permutation< index_type > > row_permutation, ptr_param< const Permutation< index_type > > column_permutation, bool invert=false) const | gko::matrix::Csr< ValueType, IndexType > | |
permute(const array< IndexType > *permutation_indices) const override (defined in gko::matrix::Csr< ValueType, IndexType >) | gko::matrix::Csr< ValueType, IndexType > | |
gko::Permutable< int32 >::permute(const array< int32 > *permutation_indices) const | gko::Permutable< int32 > | inlinevirtual |
permute_reuse(ptr_param< const Permutation< index_type > > permutation, permute_mode mode=permute_mode::symmetric) const | gko::matrix::Csr< ValueType, IndexType > | |
permute_reuse(ptr_param< const Permutation< index_type > > row_permutation, ptr_param< const Permutation< index_type > > column_permutation, bool invert=false) const | gko::matrix::Csr< ValueType, IndexType > | |
read(const mat_data &data) override (defined in gko::matrix::Csr< ValueType, IndexType >) | gko::matrix::Csr< ValueType, IndexType > | |
read(const device_mat_data &data) override (defined in gko::matrix::Csr< ValueType, IndexType >) | gko::matrix::Csr< ValueType, IndexType > | |
read(device_mat_data &&data) override (defined in gko::matrix::Csr< ValueType, IndexType >) | gko::matrix::Csr< ValueType, IndexType > | |
gko::ReadableFromMatrixData< default_precision, int32 >::read(const matrix_data< default_precision, int32 > &data)=0 | gko::ReadableFromMatrixData< default_precision, int32 > | pure virtual |
remove_logger(const Logger *logger) override | gko::log::EnableLogging< PolymorphicObject > | inlinevirtual |
remove_logger(ptr_param< const Logger > logger) (defined in gko::log::Loggable) | gko::log::Loggable | inline |
row_permute(const array< IndexType > *permutation_indices) const override (defined in gko::matrix::Csr< ValueType, IndexType >) | gko::matrix::Csr< ValueType, IndexType > | |
gko::Permutable< int32 >::row_permute(const array< int32 > *permutation_indices) const=0 | gko::Permutable< int32 > | pure virtual |
scale(ptr_param< const LinOp > alpha) | gko::matrix::Csr< ValueType, IndexType > | inline |
scale_permute(ptr_param< const ScaledPermutation< value_type, index_type > > permutation, permute_mode=permute_mode::symmetric) const | gko::matrix::Csr< ValueType, IndexType > | |
scale_permute(ptr_param< const ScaledPermutation< value_type, index_type > > row_permutation, ptr_param< const ScaledPermutation< value_type, index_type > > column_permutation, bool invert=false) const | gko::matrix::Csr< ValueType, IndexType > | |
Sellp< ValueType, IndexType > (defined in gko::matrix::Csr< ValueType, IndexType >) | gko::matrix::Csr< ValueType, IndexType > | friend |
set_strategy(std::shared_ptr< strategy_type > strategy) | gko::matrix::Csr< ValueType, IndexType > | inline |
sort_by_column_index() | gko::matrix::Csr< ValueType, IndexType > | |
SparsityCsr< ValueType, IndexType > (defined in gko::matrix::Csr< ValueType, IndexType >) | gko::matrix::Csr< ValueType, IndexType > | friend |
transpose() const override | gko::matrix::Csr< ValueType, IndexType > | virtual |
transpose_reuse() const | gko::matrix::Csr< ValueType, IndexType > | |
transposed_type typedef (defined in gko::matrix::Csr< ValueType, IndexType >) | gko::matrix::Csr< ValueType, IndexType > | |
value_type typedef (defined in gko::matrix::Csr< ValueType, IndexType >) | gko::matrix::Csr< ValueType, IndexType > | |
write(mat_data &data) const override (defined in gko::matrix::Csr< ValueType, IndexType >) | gko::matrix::Csr< ValueType, IndexType > | |
gko::WritableToMatrixData< default_precision, int32 >::write(matrix_data< default_precision, int32 > &data) const=0 | gko::WritableToMatrixData< default_precision, int32 > | pure virtual |
~DiagonalLinOpExtractable()=default (defined in gko::DiagonalLinOpExtractable) | gko::DiagonalLinOpExtractable | virtual |
~Loggable()=default (defined in gko::log::Loggable) | gko::log::Loggable | virtual |
~PolymorphicObject() (defined in gko::PolymorphicObject) | gko::PolymorphicObject | inlinevirtual |
~Transposable()=default (defined in gko::Transposable) | gko::Transposable | virtual |