| absolute_type typedef (defined in gko::matrix::Hybrid< ValueType, IndexType >) | gko::matrix::Hybrid< ValueType, IndexType > | |
| add_logger(std::shared_ptr< const Logger > logger) override | gko::log::EnableLogging< PolymorphicObject > | inlinevirtual |
| apply(ptr_param< const LinOp > b, ptr_param< LinOp > x) const (defined in gko::EnableLinOp< ConcreteLinOp, PolymorphicBase >) | gko::EnableLinOp< ConcreteLinOp, PolymorphicBase > | inline |
| apply(ptr_param< const LinOp > b, ptr_param< LinOp > x) (defined in gko::EnableLinOp< ConcreteLinOp, PolymorphicBase >) | gko::EnableLinOp< ConcreteLinOp, PolymorphicBase > | 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< ConcreteLinOp, PolymorphicBase >) | gko::EnableLinOp< ConcreteLinOp, PolymorphicBase > | 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< ConcreteLinOp, PolymorphicBase >) | gko::EnableLinOp< ConcreteLinOp, PolymorphicBase > | inline |
| apply_impl(const LinOp *b, LinOp *x) const override (defined in gko::matrix::Hybrid< ValueType, IndexType >) | gko::matrix::Hybrid< ValueType, IndexType > | protected |
| apply_impl(const LinOp *alpha, const LinOp *b, const LinOp *beta, LinOp *x) const override (defined in gko::matrix::Hybrid< ValueType, IndexType >) | gko::matrix::Hybrid< ValueType, IndexType > | protected |
| clear() (defined in gko::EnableAbstractPolymorphicObject< AbstractObject, PolymorphicBase >) | gko::EnableAbstractPolymorphicObject< AbstractObject, PolymorphicBase > | inline |
| clear_impl() override | gko::EnablePolymorphicObject< ConcreteObject, PolymorphicBase > | inlineprotectedvirtual |
| clear_loggers() override | gko::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 |
| compute_absolute() const override | gko::matrix::Hybrid< ValueType, IndexType > | virtual |
| compute_absolute_inplace() override | gko::matrix::Hybrid< ValueType, IndexType > | virtual |
| compute_absolute_linop() const override | gko::EnableAbsoluteComputation< AbsoluteLinOp > | inlinevirtual |
| convert_to(Hybrid< next_precision< ValueType >, IndexType > *result) const override (defined in gko::matrix::Hybrid< ValueType, IndexType >) | gko::matrix::Hybrid< ValueType, IndexType > | |
| convert_to(Hybrid< next_precision< next_precision< ValueType > >, IndexType > *result) const override (defined in gko::matrix::Hybrid< ValueType, IndexType >) | gko::matrix::Hybrid< ValueType, IndexType > | |
| convert_to(Dense< ValueType > *other) const override (defined in gko::matrix::Hybrid< ValueType, IndexType >) | gko::matrix::Hybrid< ValueType, IndexType > | |
| convert_to(Csr< ValueType, IndexType > *other) const override (defined in gko::matrix::Hybrid< ValueType, IndexType >) | gko::matrix::Hybrid< ValueType, IndexType > | |
| gko::EnableLinOp::convert_to(result_type *result) const override | gko::EnablePolymorphicAssignment< ConcreteLinOp > | inline |
| gko::ConvertibleTo::convert_to(result_type *result) const =0 | gko::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 |
| coo_type typedef (defined in gko::matrix::Hybrid< ValueType, IndexType >) | gko::matrix::Hybrid< ValueType, IndexType > | |
| 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::PolymorphicObject | inline |
| gko::PolymorphicObject::copy_from(const std::unique_ptr< Derived, Deleter > &other) | gko::PolymorphicObject | inline |
| copy_from_impl(const PolymorphicObject *other) override | gko::EnablePolymorphicObject< ConcreteObject, PolymorphicBase > | inlineprotectedvirtual |
| copy_from_impl(std::unique_ptr< PolymorphicObject > other) override | gko::EnablePolymorphicObject< ConcreteObject, PolymorphicBase > | inlineprotectedvirtual |
| create(std::shared_ptr< const Executor > exec, std::shared_ptr< strategy_type > strategy=std::make_shared< automatic >()) | gko::matrix::Hybrid< ValueType, IndexType > | static |
| create(std::shared_ptr< const Executor > exec, const dim< 2 > &size, std::shared_ptr< strategy_type > strategy=std::make_shared< automatic >()) | gko::matrix::Hybrid< ValueType, IndexType > | static |
| create(std::shared_ptr< const Executor > exec, const dim< 2 > &size, size_type num_stored_elements_per_row, std::shared_ptr< strategy_type > strategy=std::make_shared< automatic >()) | gko::matrix::Hybrid< ValueType, IndexType > | static |
| create(std::shared_ptr< const Executor > exec, const dim< 2 > &size, size_type num_stored_elements_per_row, size_type stride, std::shared_ptr< strategy_type > strategy) | gko::matrix::Hybrid< ValueType, IndexType > | static |
| create(std::shared_ptr< const Executor > exec, const dim< 2 > &size, size_type num_stored_elements_per_row, size_type stride, size_type num_nonzeros={}, std::shared_ptr< strategy_type > strategy=std::make_shared< automatic >()) | gko::matrix::Hybrid< ValueType, IndexType > | static |
| 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_default_impl(std::shared_ptr< const Executor > exec) const override | gko::EnablePolymorphicObject< ConcreteObject, PolymorphicBase > | inlineprotectedvirtual |
| Csr< ValueType, IndexType > (defined in gko::matrix::Hybrid< ValueType, IndexType >) | gko::matrix::Hybrid< ValueType, IndexType > | friend |
| Dense< ValueType > (defined in gko::matrix::Hybrid< ValueType, IndexType >) | gko::matrix::Hybrid< ValueType, IndexType > | friend |
| device_mat_data typedef (defined in gko::matrix::Hybrid< ValueType, IndexType >) | gko::matrix::Hybrid< ValueType, IndexType > | |
| ell_col_at(size_type row, size_type idx) noexcept | gko::matrix::Hybrid< ValueType, IndexType > | inline |
| ell_col_at(size_type row, size_type idx) const noexcept | gko::matrix::Hybrid< ValueType, IndexType > | inline |
| ell_type typedef (defined in gko::matrix::Hybrid< ValueType, IndexType >) | gko::matrix::Hybrid< ValueType, IndexType > | |
| ell_val_at(size_type row, size_type idx) noexcept | gko::matrix::Hybrid< ValueType, IndexType > | inline |
| ell_val_at(size_type row, size_type idx) const noexcept | gko::matrix::Hybrid< ValueType, IndexType > | inline |
| EnablePolymorphicObject< Hybrid, LinOp > (defined in gko::matrix::Hybrid< ValueType, IndexType >) | gko::matrix::Hybrid< ValueType, IndexType > | friend |
| extract_diagonal() const override | gko::matrix::Hybrid< ValueType, IndexType > | virtual |
| extract_diagonal_linop() const override | gko::DiagonalExtractable< ValueType > | virtual |
| get_const_coo_col_idxs() const noexcept | gko::matrix::Hybrid< ValueType, IndexType > | inline |
| get_const_coo_row_idxs() const noexcept | gko::matrix::Hybrid< ValueType, IndexType > | inline |
| get_const_coo_values() const noexcept | gko::matrix::Hybrid< ValueType, IndexType > | inline |
| get_const_ell_col_idxs() const noexcept | gko::matrix::Hybrid< ValueType, IndexType > | inline |
| get_const_ell_values() const noexcept | gko::matrix::Hybrid< ValueType, IndexType > | inline |
| get_coo() const noexcept | gko::matrix::Hybrid< ValueType, IndexType > | inline |
| get_coo_col_idxs() noexcept | gko::matrix::Hybrid< ValueType, IndexType > | inline |
| get_coo_num_stored_elements() const noexcept | gko::matrix::Hybrid< ValueType, IndexType > | inline |
| get_coo_row_idxs() noexcept | gko::matrix::Hybrid< ValueType, IndexType > | inline |
| get_coo_values() noexcept | gko::matrix::Hybrid< ValueType, IndexType > | inline |
| get_ell() const noexcept | gko::matrix::Hybrid< ValueType, IndexType > | inline |
| get_ell_col_idxs() noexcept | gko::matrix::Hybrid< ValueType, IndexType > | inline |
| get_ell_num_stored_elements() const noexcept | gko::matrix::Hybrid< ValueType, IndexType > | inline |
| get_ell_num_stored_elements_per_row() const noexcept | gko::matrix::Hybrid< ValueType, IndexType > | inline |
| get_ell_stride() const noexcept | gko::matrix::Hybrid< ValueType, IndexType > | inline |
| get_ell_values() noexcept | gko::matrix::Hybrid< ValueType, IndexType > | inline |
| get_executor() const noexcept | gko::PolymorphicObject | inline |
| get_loggers() const override | gko::log::EnableLogging< PolymorphicObject > | inlinevirtual |
| get_num_stored_elements() const noexcept | gko::matrix::Hybrid< ValueType, IndexType > | inline |
| get_strategy() const noexcept | gko::matrix::Hybrid< ValueType, IndexType > | inline |
| get_strategy() const | gko::matrix::Hybrid< ValueType, IndexType > | |
| Hybrid(const Hybrid &) | gko::matrix::Hybrid< ValueType, IndexType > | |
| Hybrid(Hybrid &&) | gko::matrix::Hybrid< ValueType, IndexType > | |
| Hybrid(std::shared_ptr< const Executor > exec, const dim< 2 > &size={}, size_type num_stored_elements_per_row=0, size_type stride=0, size_type num_nonzeros=0, std::shared_ptr< strategy_type > strategy=std::make_shared< automatic >()) (defined in gko::matrix::Hybrid< ValueType, IndexType >) | gko::matrix::Hybrid< ValueType, IndexType > | protected |
| Hybrid< previous_precision< previous_precision< ValueType > >, IndexType > (defined in gko::matrix::Hybrid< ValueType, IndexType >) | gko::matrix::Hybrid< ValueType, IndexType > | friend |
| Hybrid< previous_precision< ValueType >, IndexType > (defined in gko::matrix::Hybrid< ValueType, IndexType >) | gko::matrix::Hybrid< ValueType, IndexType > | friend |
| Hybrid< to_complex< ValueType >, IndexType > (defined in gko::matrix::Hybrid< ValueType, IndexType >) | gko::matrix::Hybrid< ValueType, IndexType > | friend |
| index_type typedef (defined in gko::matrix::Hybrid< ValueType, IndexType >) | gko::matrix::Hybrid< ValueType, IndexType > | |
| mat_data typedef (defined in gko::matrix::Hybrid< ValueType, IndexType >) | gko::matrix::Hybrid< ValueType, IndexType > | |
| move_from(ptr_param< PolymorphicObject > other) (defined in gko::EnableAbstractPolymorphicObject< AbstractObject, PolymorphicBase >) | gko::EnableAbstractPolymorphicObject< AbstractObject, PolymorphicBase > | inline |
| move_from_impl(PolymorphicObject *other) override | gko::EnablePolymorphicObject< ConcreteObject, PolymorphicBase > | inlineprotectedvirtual |
| move_from_impl(std::unique_ptr< PolymorphicObject > other) override | gko::EnablePolymorphicObject< ConcreteObject, PolymorphicBase > | inlineprotectedvirtual |
| move_to(Hybrid< next_precision< ValueType >, IndexType > *result) override (defined in gko::matrix::Hybrid< ValueType, IndexType >) | gko::matrix::Hybrid< ValueType, IndexType > | |
| move_to(Hybrid< next_precision< next_precision< ValueType > >, IndexType > *result) override (defined in gko::matrix::Hybrid< ValueType, IndexType >) | gko::matrix::Hybrid< ValueType, IndexType > | |
| move_to(Dense< ValueType > *other) override (defined in gko::matrix::Hybrid< ValueType, IndexType >) | gko::matrix::Hybrid< ValueType, IndexType > | |
| move_to(Csr< ValueType, IndexType > *other) override (defined in gko::matrix::Hybrid< ValueType, IndexType >) | gko::matrix::Hybrid< ValueType, IndexType > | |
| gko::EnableLinOp::move_to(result_type *result) override | gko::EnablePolymorphicAssignment< ConcreteLinOp > | inline |
| gko::ConvertibleTo::move_to(result_type *result)=0 | gko::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 Hybrid &) | gko::matrix::Hybrid< ValueType, IndexType > | |
| operator=(Hybrid &&) | gko::matrix::Hybrid< ValueType, IndexType > | |
| operator=(const PolymorphicObject &) (defined in gko::PolymorphicObject) | gko::PolymorphicObject | inline |
| PolymorphicObject(std::shared_ptr< const Executor > exec) | gko::PolymorphicObject | inlineexplicitprotected |
| PolymorphicObject(const PolymorphicObject &other) (defined in gko::PolymorphicObject) | gko::PolymorphicObject | inlineexplicitprotected |
| read(const mat_data &data) override | gko::matrix::Hybrid< ValueType, IndexType > | virtual |
| read(const device_mat_data &data) override | gko::matrix::Hybrid< ValueType, IndexType > | virtual |
| read(device_mat_data &&data) override | gko::matrix::Hybrid< ValueType, IndexType > | virtual |
| gko::ReadableFromMatrixData::read(const matrix_assembly_data< ValueType, IndexType > &data) | gko::ReadableFromMatrixData< ValueType, IndexType > | inline |
| remove_logger(const Logger *logger) override | gko::log::EnableLogging< PolymorphicObject > | inlinevirtual |
| resize(dim< 2 > new_size, size_type ell_row_nnz, size_type coo_nnz) | gko::matrix::Hybrid< ValueType, IndexType > | protected |
| self() noexcept (defined in gko::EnableLinOp< ConcreteLinOp, PolymorphicBase >) | gko::EnableLinOp< ConcreteLinOp, PolymorphicBase > | inlineprotected |
| self() const noexcept (defined in gko::EnableLinOp< ConcreteLinOp, PolymorphicBase >) | gko::EnableLinOp< ConcreteLinOp, PolymorphicBase > | inlineprotected |
| value_type typedef (defined in gko::matrix::Hybrid< ValueType, IndexType >) | gko::matrix::Hybrid< ValueType, IndexType > | |
| write(mat_data &data) const override | gko::matrix::Hybrid< ValueType, IndexType > | virtual |
| ~ConvertibleTo()=default (defined in gko::ConvertibleTo< ResultType >) | gko::ConvertibleTo< ResultType > | 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< AbsoluteLinOp >) | gko::EnableAbsoluteComputation< AbsoluteLinOp > | 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 |