absolute_type typedef (defined in gko::matrix::Sellp< ValueType, IndexType >) | gko::matrix::Sellp< ValueType, IndexType > | |
add_logger(std::shared_ptr< const Logger > logger) override (defined in gko::log::EnableLogging< PolymorphicObject >) | gko::log::EnableLogging< PolymorphicObject > | inlinevirtual |
apply(ptr_param< const LinOp > b, ptr_param< LinOp > x) const (defined in gko::EnableLinOp< Sellp< ValueType, IndexType > >) | gko::EnableLinOp< Sellp< ValueType, IndexType > > | inline |
apply(ptr_param< const LinOp > b, ptr_param< LinOp > x) (defined in gko::EnableLinOp< Sellp< ValueType, IndexType > >) | gko::EnableLinOp< Sellp< ValueType, IndexType > > | inline |
apply(ptr_param< const LinOp > alpha, ptr_param< const LinOp > b, ptr_param< const LinOp > beta, ptr_param< LinOp > x) const (defined in gko::EnableLinOp< Sellp< ValueType, IndexType > >) | gko::EnableLinOp< Sellp< ValueType, IndexType > > | inline |
apply(ptr_param< const LinOp > alpha, ptr_param< const LinOp > b, ptr_param< const LinOp > beta, ptr_param< LinOp > x) (defined in gko::EnableLinOp< Sellp< ValueType, IndexType > >) | gko::EnableLinOp< Sellp< ValueType, IndexType > > | inline |
apply_uses_initial_guess() const | gko::LinOp | inlinevirtual |
clear() (defined in gko::EnableAbstractPolymorphicObject< Sellp< ValueType, IndexType >, LinOp >) | gko::EnableAbstractPolymorphicObject< Sellp< ValueType, IndexType >, LinOp > | inline |
clear_loggers() override (defined in gko::log::EnableLogging< PolymorphicObject >) | gko::log::EnableLogging< PolymorphicObject > | inlinevirtual |
clone(std::shared_ptr< const Executor > exec) const (defined in gko::EnableAbstractPolymorphicObject< Sellp< ValueType, IndexType >, LinOp >) | gko::EnableAbstractPolymorphicObject< Sellp< ValueType, IndexType >, LinOp > | inline |
clone() const (defined in gko::EnableAbstractPolymorphicObject< Sellp< ValueType, IndexType >, LinOp >) | gko::EnableAbstractPolymorphicObject< Sellp< ValueType, IndexType >, LinOp > | inline |
col_at(size_type row, size_type slice_set, size_type idx) noexcept | gko::matrix::Sellp< ValueType, IndexType > | inline |
col_at(size_type row, size_type slice_set, size_type idx) const noexcept | gko::matrix::Sellp< ValueType, IndexType > | inline |
compute_absolute() const override | gko::matrix::Sellp< ValueType, IndexType > | virtual |
compute_absolute_inplace() override | gko::matrix::Sellp< ValueType, IndexType > | virtual |
compute_absolute_linop() const override | gko::EnableAbsoluteComputation< remove_complex< Sellp< ValueType, IndexType > > > | inlinevirtual |
convert_to(Sellp< next_precision< ValueType >, IndexType > *result) const override (defined in gko::matrix::Sellp< ValueType, IndexType >) | gko::matrix::Sellp< ValueType, IndexType > | |
convert_to(Dense< ValueType > *other) const override (defined in gko::matrix::Sellp< ValueType, IndexType >) | gko::matrix::Sellp< ValueType, IndexType > | |
convert_to(Csr< ValueType, IndexType > *other) const override (defined in gko::matrix::Sellp< ValueType, IndexType >) | gko::matrix::Sellp< ValueType, IndexType > | |
EnableLinOp< Sellp< ValueType, IndexType > >::convert_to(result_type *result) const override | gko::EnablePolymorphicAssignment< Sellp< ValueType, IndexType > > | inlinevirtual |
convert_to(ptr_param< result_type > result) const (defined in gko::ConvertibleTo< Sellp< ValueType, IndexType > >) | gko::ConvertibleTo< Sellp< ValueType, IndexType > > | inline |
ConvertibleTo< Sellp< next_precision< ValueType >, IndexType > >::convert_to(result_type *result) const=0 | gko::ConvertibleTo< Sellp< next_precision< ValueType >, IndexType > > | pure virtual |
convert_to(ptr_param< result_type > result) const (defined in gko::ConvertibleTo< Sellp< next_precision< ValueType >, IndexType > >) | gko::ConvertibleTo< Sellp< next_precision< ValueType >, IndexType > > | inline |
ConvertibleTo< Dense< ValueType > >::convert_to(result_type *result) const=0 | gko::ConvertibleTo< Dense< ValueType > > | pure virtual |
convert_to(ptr_param< result_type > result) const (defined in gko::ConvertibleTo< Dense< ValueType > >) | gko::ConvertibleTo< Dense< ValueType > > | inline |
ConvertibleTo< Csr< ValueType, IndexType > >::convert_to(result_type *result) const=0 | gko::ConvertibleTo< Csr< ValueType, IndexType > > | pure virtual |
convert_to(ptr_param< result_type > result) const (defined in gko::ConvertibleTo< Csr< ValueType, IndexType > >) | gko::ConvertibleTo< Csr< ValueType, IndexType > > | inline |
copy_from(const PolymorphicObject *other) (defined in gko::EnableAbstractPolymorphicObject< Sellp< ValueType, IndexType >, LinOp >) | gko::EnableAbstractPolymorphicObject< Sellp< ValueType, IndexType >, LinOp > | inline |
copy_from(std::unique_ptr< Derived > &&other) (defined in gko::EnableAbstractPolymorphicObject< Sellp< ValueType, IndexType >, LinOp >) | gko::EnableAbstractPolymorphicObject< Sellp< ValueType, IndexType >, LinOp > | inline |
copy_from(const std::unique_ptr< Derived > &other) (defined in gko::EnableAbstractPolymorphicObject< Sellp< ValueType, IndexType >, LinOp >) | gko::EnableAbstractPolymorphicObject< Sellp< ValueType, IndexType >, LinOp > | inline |
copy_from(const std::shared_ptr< const PolymorphicObject > &other) (defined in gko::EnableAbstractPolymorphicObject< Sellp< ValueType, IndexType >, LinOp >) | gko::EnableAbstractPolymorphicObject< Sellp< ValueType, IndexType >, LinOp > | inline |
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 |
create(std::shared_ptr< const Executor > exec, const dim< 2 > &size={}, size_type total_cols=0) | gko::matrix::Sellp< ValueType, IndexType > | static |
create(std::shared_ptr< const Executor > exec, const dim< 2 > &size, size_type slice_size, size_type stride_factor, size_type total_cols) | gko::matrix::Sellp< ValueType, IndexType > | static |
create_default(std::shared_ptr< const Executor > exec) const (defined in gko::EnableAbstractPolymorphicObject< Sellp< ValueType, IndexType >, LinOp >) | gko::EnableAbstractPolymorphicObject< Sellp< ValueType, IndexType >, LinOp > | inline |
create_default() const (defined in gko::EnableAbstractPolymorphicObject< Sellp< ValueType, IndexType >, LinOp >) | gko::EnableAbstractPolymorphicObject< Sellp< ValueType, IndexType >, LinOp > | inline |
Csr< ValueType, IndexType > (defined in gko::matrix::Sellp< ValueType, IndexType >) | gko::matrix::Sellp< ValueType, IndexType > | friend |
Dense< ValueType > (defined in gko::matrix::Sellp< ValueType, IndexType >) | gko::matrix::Sellp< ValueType, IndexType > | friend |
device_mat_data typedef (defined in gko::matrix::Sellp< ValueType, IndexType >) | gko::matrix::Sellp< ValueType, IndexType > | |
EnablePolymorphicObject< Sellp, LinOp > (defined in gko::matrix::Sellp< ValueType, IndexType >) | gko::matrix::Sellp< ValueType, IndexType > | friend |
extract_diagonal() const override | gko::matrix::Sellp< ValueType, IndexType > | virtual |
extract_diagonal_linop() const override | gko::DiagonalExtractable< ValueType > | virtual |
get_col_idxs() noexcept | gko::matrix::Sellp< ValueType, IndexType > | inline |
get_const_col_idxs() const noexcept | gko::matrix::Sellp< ValueType, IndexType > | inline |
get_const_slice_lengths() const noexcept | gko::matrix::Sellp< ValueType, IndexType > | inline |
get_const_slice_sets() const noexcept | gko::matrix::Sellp< ValueType, IndexType > | inline |
get_const_values() const noexcept | gko::matrix::Sellp< ValueType, IndexType > | inline |
get_executor() const noexcept | gko::PolymorphicObject | inline |
get_loggers() const override (defined in gko::log::EnableLogging< PolymorphicObject >) | gko::log::EnableLogging< PolymorphicObject > | inlinevirtual |
get_num_stored_elements() const noexcept | gko::matrix::Sellp< ValueType, IndexType > | inline |
get_size() const noexcept | gko::LinOp | inline |
get_slice_lengths() noexcept | gko::matrix::Sellp< ValueType, IndexType > | inline |
get_slice_sets() noexcept | gko::matrix::Sellp< ValueType, IndexType > | inline |
get_slice_size() const noexcept | gko::matrix::Sellp< ValueType, IndexType > | inline |
get_stride_factor() const noexcept | gko::matrix::Sellp< ValueType, IndexType > | inline |
get_total_cols() const noexcept | gko::matrix::Sellp< ValueType, IndexType > | inline |
get_values() noexcept | gko::matrix::Sellp< ValueType, IndexType > | inline |
index_type typedef (defined in gko::matrix::Sellp< ValueType, IndexType >) | gko::matrix::Sellp< ValueType, IndexType > | |
LinOp(const LinOp &)=default | gko::LinOp | |
LinOp(LinOp &&other) | gko::LinOp | inline |
mat_data typedef (defined in gko::matrix::Sellp< ValueType, IndexType >) | gko::matrix::Sellp< ValueType, IndexType > | |
move_from(ptr_param< PolymorphicObject > other) (defined in gko::EnableAbstractPolymorphicObject< Sellp< ValueType, IndexType >, LinOp >) | gko::EnableAbstractPolymorphicObject< Sellp< ValueType, IndexType >, LinOp > | inline |
move_to(Sellp< next_precision< ValueType >, IndexType > *result) override (defined in gko::matrix::Sellp< ValueType, IndexType >) | gko::matrix::Sellp< ValueType, IndexType > | |
move_to(Dense< ValueType > *other) override (defined in gko::matrix::Sellp< ValueType, IndexType >) | gko::matrix::Sellp< ValueType, IndexType > | |
move_to(Csr< ValueType, IndexType > *other) override (defined in gko::matrix::Sellp< ValueType, IndexType >) | gko::matrix::Sellp< ValueType, IndexType > | |
EnableLinOp< Sellp< ValueType, IndexType > >::move_to(result_type *result) override | gko::EnablePolymorphicAssignment< Sellp< ValueType, IndexType > > | inlinevirtual |
move_to(ptr_param< result_type > result) (defined in gko::ConvertibleTo< Sellp< ValueType, IndexType > >) | gko::ConvertibleTo< Sellp< ValueType, IndexType > > | inline |
ConvertibleTo< Sellp< next_precision< ValueType >, IndexType > >::move_to(result_type *result)=0 | gko::ConvertibleTo< Sellp< next_precision< ValueType >, IndexType > > | pure virtual |
move_to(ptr_param< result_type > result) (defined in gko::ConvertibleTo< Sellp< next_precision< ValueType >, IndexType > >) | gko::ConvertibleTo< Sellp< next_precision< ValueType >, IndexType > > | inline |
ConvertibleTo< Dense< ValueType > >::move_to(result_type *result)=0 | gko::ConvertibleTo< Dense< ValueType > > | pure virtual |
move_to(ptr_param< result_type > result) (defined in gko::ConvertibleTo< Dense< ValueType > >) | gko::ConvertibleTo< Dense< ValueType > > | inline |
ConvertibleTo< Csr< ValueType, IndexType > >::move_to(result_type *result)=0 | gko::ConvertibleTo< Csr< ValueType, IndexType > > | pure virtual |
move_to(ptr_param< result_type > result) (defined in gko::ConvertibleTo< Csr< ValueType, IndexType > >) | gko::ConvertibleTo< Csr< ValueType, IndexType > > | inline |
operator=(const Sellp &) | gko::matrix::Sellp< ValueType, IndexType > | |
operator=(Sellp &&) | gko::matrix::Sellp< ValueType, IndexType > | |
EnableLinOp< Sellp< ValueType, IndexType > >::operator=(const LinOp &)=default | gko::LinOp | |
EnableLinOp< Sellp< ValueType, IndexType > >::operator=(LinOp &&other) | gko::LinOp | inline |
operator=(const PolymorphicObject &) (defined in gko::PolymorphicObject) | gko::PolymorphicObject | inline |
read(const mat_data &data) override | gko::matrix::Sellp< ValueType, IndexType > | virtual |
read(const device_mat_data &data) override | gko::matrix::Sellp< ValueType, IndexType > | virtual |
read(device_mat_data &&data) override | gko::matrix::Sellp< ValueType, IndexType > | virtual |
gko::ReadableFromMatrixData::read(const matrix_assembly_data< ValueType, IndexType > &data) | gko::ReadableFromMatrixData< ValueType, IndexType > | inline |
remove_logger(const Logger *logger) override (defined in gko::log::EnableLogging< PolymorphicObject >) | gko::log::EnableLogging< PolymorphicObject > | inlinevirtual |
remove_logger(ptr_param< const Logger > logger) (defined in gko::log::EnableLogging< PolymorphicObject >) | gko::log::EnableLogging< PolymorphicObject > | inline |
result_type typedef (defined in gko::EnablePolymorphicAssignment< Sellp< ValueType, IndexType > >) | gko::EnablePolymorphicAssignment< Sellp< ValueType, IndexType > > | |
result_type typedef (defined in gko::ConvertibleTo< Sellp< next_precision< ValueType >, IndexType > >) | gko::ConvertibleTo< Sellp< next_precision< ValueType >, IndexType > > | |
result_type typedef (defined in gko::ConvertibleTo< Dense< ValueType > >) | gko::ConvertibleTo< Dense< ValueType > > | |
result_type typedef (defined in gko::ConvertibleTo< Csr< ValueType, IndexType > >) | gko::ConvertibleTo< Csr< ValueType, IndexType > > | |
Sellp(const Sellp &) | gko::matrix::Sellp< ValueType, IndexType > | |
Sellp(Sellp &&) | gko::matrix::Sellp< ValueType, IndexType > | |
Sellp< next_precision< ValueType >, IndexType > (defined in gko::matrix::Sellp< ValueType, IndexType >) | gko::matrix::Sellp< ValueType, IndexType > | friend |
Sellp< to_complex< ValueType >, IndexType > (defined in gko::matrix::Sellp< ValueType, IndexType >) | gko::matrix::Sellp< ValueType, IndexType > | friend |
val_at(size_type row, size_type slice_set, size_type idx) noexcept | gko::matrix::Sellp< ValueType, IndexType > | inline |
val_at(size_type row, size_type slice_set, size_type idx) const noexcept | gko::matrix::Sellp< ValueType, IndexType > | inline |
value_type typedef (defined in gko::matrix::Sellp< ValueType, IndexType >) | gko::matrix::Sellp< ValueType, IndexType > | |
write(mat_data &data) const override | gko::matrix::Sellp< ValueType, IndexType > | virtual |
~ConvertibleTo()=default (defined in gko::ConvertibleTo< Sellp< ValueType, IndexType > >) | gko::ConvertibleTo< Sellp< ValueType, IndexType > > | virtual |
~ConvertibleTo()=default (defined in gko::ConvertibleTo< Sellp< next_precision< ValueType >, IndexType > >) | gko::ConvertibleTo< Sellp< next_precision< ValueType >, IndexType > > | virtual |
~ConvertibleTo()=default (defined in gko::ConvertibleTo< Dense< ValueType > >) | gko::ConvertibleTo< Dense< ValueType > > | virtual |
~ConvertibleTo()=default (defined in gko::ConvertibleTo< Csr< ValueType, IndexType > >) | gko::ConvertibleTo< Csr< ValueType, IndexType > > | virtual |
~DiagonalExtractable()=default (defined in gko::DiagonalExtractable< ValueType >) | gko::DiagonalExtractable< ValueType > | virtual |
~DiagonalLinOpExtractable()=default (defined in gko::DiagonalLinOpExtractable) | gko::DiagonalLinOpExtractable | virtual |
~EnableAbsoluteComputation()=default (defined in gko::EnableAbsoluteComputation< remove_complex< Sellp< ValueType, IndexType > > >) | gko::EnableAbsoluteComputation< remove_complex< Sellp< ValueType, IndexType > > > | virtual |
~Loggable()=default (defined in gko::log::Loggable) | gko::log::Loggable | virtual |
~PolymorphicObject() (defined in gko::PolymorphicObject) | gko::PolymorphicObject | inlinevirtual |
~ReadableFromMatrixData()=default (defined in gko::ReadableFromMatrixData< ValueType, IndexType >) | gko::ReadableFromMatrixData< ValueType, IndexType > | virtual |
~WritableToMatrixData()=default (defined in gko::WritableToMatrixData< ValueType, IndexType >) | gko::WritableToMatrixData< ValueType, IndexType > | virtual |