Ginkgo  Generated from pipelines/1478841010 branch based on develop. Ginkgo version 1.9.0
A numerical linear algebra library targeting many-core architectures
gko::matrix::Hybrid< ValueType, IndexType > Member List

This is the complete list of members for gko::matrix::Hybrid< ValueType, IndexType >, including all inherited members.

absolute_type typedef (defined in gko::matrix::Hybrid< ValueType, IndexType >)gko::matrix::Hybrid< 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< Hybrid< ValueType, IndexType > >)gko::EnableLinOp< Hybrid< ValueType, IndexType > >inline
apply(ptr_param< const LinOp > b, ptr_param< LinOp > x) (defined in gko::EnableLinOp< Hybrid< ValueType, IndexType > >)gko::EnableLinOp< Hybrid< 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< Hybrid< ValueType, IndexType > >)gko::EnableLinOp< Hybrid< 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< Hybrid< ValueType, IndexType > >)gko::EnableLinOp< Hybrid< ValueType, IndexType > >inline
apply_uses_initial_guess() constgko::LinOpinlinevirtual
clear() (defined in gko::EnableAbstractPolymorphicObject< Hybrid< ValueType, IndexType >, LinOp >)gko::EnableAbstractPolymorphicObject< Hybrid< 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< Hybrid< ValueType, IndexType >, LinOp >)gko::EnableAbstractPolymorphicObject< Hybrid< ValueType, IndexType >, LinOp >inline
clone() const (defined in gko::EnableAbstractPolymorphicObject< Hybrid< ValueType, IndexType >, LinOp >)gko::EnableAbstractPolymorphicObject< Hybrid< ValueType, IndexType >, LinOp >inline
compute_absolute() const overridegko::matrix::Hybrid< ValueType, IndexType >virtual
compute_absolute_inplace() overridegko::matrix::Hybrid< ValueType, IndexType >virtual
compute_absolute_linop() const overridegko::EnableAbsoluteComputation< remove_complex< Hybrid< ValueType, IndexType > > >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(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 >
EnableLinOp< Hybrid< ValueType, IndexType > >::convert_to(result_type *result) const overridegko::EnablePolymorphicAssignment< Hybrid< ValueType, IndexType > >inlinevirtual
convert_to(ptr_param< result_type > result) const (defined in gko::ConvertibleTo< Hybrid< ValueType, IndexType > >)gko::ConvertibleTo< Hybrid< ValueType, IndexType > >inline
ConvertibleTo< Hybrid< next_precision< ValueType >, IndexType > >::convert_to(result_type *result) const=0gko::ConvertibleTo< Hybrid< next_precision< ValueType >, IndexType > >pure virtual
convert_to(ptr_param< result_type > result) const (defined in gko::ConvertibleTo< Hybrid< next_precision< ValueType >, IndexType > >)gko::ConvertibleTo< Hybrid< next_precision< ValueType >, IndexType > >inline
ConvertibleTo< Dense< ValueType > >::convert_to(result_type *result) const=0gko::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=0gko::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
coo_type typedef (defined in gko::matrix::Hybrid< ValueType, IndexType >)gko::matrix::Hybrid< ValueType, IndexType >
copy_from(const PolymorphicObject *other) (defined in gko::EnableAbstractPolymorphicObject< Hybrid< ValueType, IndexType >, LinOp >)gko::EnableAbstractPolymorphicObject< Hybrid< ValueType, IndexType >, LinOp >inline
copy_from(std::unique_ptr< Derived > &&other) (defined in gko::EnableAbstractPolymorphicObject< Hybrid< ValueType, IndexType >, LinOp >)gko::EnableAbstractPolymorphicObject< Hybrid< ValueType, IndexType >, LinOp >inline
copy_from(const std::unique_ptr< Derived > &other) (defined in gko::EnableAbstractPolymorphicObject< Hybrid< ValueType, IndexType >, LinOp >)gko::EnableAbstractPolymorphicObject< Hybrid< ValueType, IndexType >, LinOp >inline
copy_from(const std::shared_ptr< const PolymorphicObject > &other) (defined in gko::EnableAbstractPolymorphicObject< Hybrid< ValueType, IndexType >, LinOp >)gko::EnableAbstractPolymorphicObject< Hybrid< ValueType, IndexType >, LinOp >inline
gko::PolymorphicObject::copy_from(std::unique_ptr< Derived, Deleter > &&other)gko::PolymorphicObjectinline
gko::PolymorphicObject::copy_from(const std::unique_ptr< Derived, Deleter > &other)gko::PolymorphicObjectinline
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< Hybrid< ValueType, IndexType >, LinOp >)gko::EnableAbstractPolymorphicObject< Hybrid< ValueType, IndexType >, LinOp >inline
create_default() const (defined in gko::EnableAbstractPolymorphicObject< Hybrid< ValueType, IndexType >, LinOp >)gko::EnableAbstractPolymorphicObject< Hybrid< ValueType, IndexType >, LinOp >inline
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) noexceptgko::matrix::Hybrid< ValueType, IndexType >inline
ell_col_at(size_type row, size_type idx) const noexceptgko::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) noexceptgko::matrix::Hybrid< ValueType, IndexType >inline
ell_val_at(size_type row, size_type idx) const noexceptgko::matrix::Hybrid< ValueType, IndexType >inline
EnablePolymorphicObject< Hybrid, LinOp > (defined in gko::matrix::Hybrid< ValueType, IndexType >)gko::matrix::Hybrid< ValueType, IndexType >friend
extract_diagonal() const overridegko::matrix::Hybrid< ValueType, IndexType >virtual
extract_diagonal_linop() const overridegko::DiagonalExtractable< ValueType >virtual
get_const_coo_col_idxs() const noexceptgko::matrix::Hybrid< ValueType, IndexType >inline
get_const_coo_row_idxs() const noexceptgko::matrix::Hybrid< ValueType, IndexType >inline
get_const_coo_values() const noexceptgko::matrix::Hybrid< ValueType, IndexType >inline
get_const_ell_col_idxs() const noexceptgko::matrix::Hybrid< ValueType, IndexType >inline
get_const_ell_values() const noexceptgko::matrix::Hybrid< ValueType, IndexType >inline
get_coo() const noexceptgko::matrix::Hybrid< ValueType, IndexType >inline
get_coo_col_idxs() noexceptgko::matrix::Hybrid< ValueType, IndexType >inline
get_coo_num_stored_elements() const noexceptgko::matrix::Hybrid< ValueType, IndexType >inline
get_coo_row_idxs() noexceptgko::matrix::Hybrid< ValueType, IndexType >inline
get_coo_values() noexceptgko::matrix::Hybrid< ValueType, IndexType >inline
get_ell() const noexceptgko::matrix::Hybrid< ValueType, IndexType >inline
get_ell_col_idxs() noexceptgko::matrix::Hybrid< ValueType, IndexType >inline
get_ell_num_stored_elements() const noexceptgko::matrix::Hybrid< ValueType, IndexType >inline
get_ell_num_stored_elements_per_row() const noexceptgko::matrix::Hybrid< ValueType, IndexType >inline
get_ell_stride() const noexceptgko::matrix::Hybrid< ValueType, IndexType >inline
get_ell_values() noexceptgko::matrix::Hybrid< ValueType, IndexType >inline
get_executor() const noexceptgko::PolymorphicObjectinline
get_loggers() const override (defined in gko::log::EnableLogging< PolymorphicObject >)gko::log::EnableLogging< PolymorphicObject >inlinevirtual
get_num_stored_elements() const noexceptgko::matrix::Hybrid< ValueType, IndexType >inline
get_size() const noexceptgko::LinOpinline
get_strategy() const noexceptgko::matrix::Hybrid< ValueType, IndexType >inline
get_strategy() constgko::matrix::Hybrid< ValueType, IndexType >
Hybrid(const Hybrid &)gko::matrix::Hybrid< ValueType, IndexType >
Hybrid(Hybrid &&)gko::matrix::Hybrid< ValueType, IndexType >
Hybrid< next_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 >
LinOp(const LinOp &)=defaultgko::LinOp
LinOp(LinOp &&other)gko::LinOpinline
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< Hybrid< ValueType, IndexType >, LinOp >)gko::EnableAbstractPolymorphicObject< Hybrid< ValueType, IndexType >, LinOp >inline
move_to(Hybrid< 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 >
EnableLinOp< Hybrid< ValueType, IndexType > >::move_to(result_type *result) overridegko::EnablePolymorphicAssignment< Hybrid< ValueType, IndexType > >inlinevirtual
move_to(ptr_param< result_type > result) (defined in gko::ConvertibleTo< Hybrid< ValueType, IndexType > >)gko::ConvertibleTo< Hybrid< ValueType, IndexType > >inline
ConvertibleTo< Hybrid< next_precision< ValueType >, IndexType > >::move_to(result_type *result)=0gko::ConvertibleTo< Hybrid< next_precision< ValueType >, IndexType > >pure virtual
move_to(ptr_param< result_type > result) (defined in gko::ConvertibleTo< Hybrid< next_precision< ValueType >, IndexType > >)gko::ConvertibleTo< Hybrid< next_precision< ValueType >, IndexType > >inline
ConvertibleTo< Dense< ValueType > >::move_to(result_type *result)=0gko::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)=0gko::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 Hybrid &)gko::matrix::Hybrid< ValueType, IndexType >
operator=(Hybrid &&)gko::matrix::Hybrid< ValueType, IndexType >
EnableLinOp< Hybrid< ValueType, IndexType > >::operator=(const LinOp &)=defaultgko::LinOp
EnableLinOp< Hybrid< ValueType, IndexType > >::operator=(LinOp &&other)gko::LinOpinline
operator=(const PolymorphicObject &) (defined in gko::PolymorphicObject)gko::PolymorphicObjectinline
read(const mat_data &data) overridegko::matrix::Hybrid< ValueType, IndexType >virtual
read(const device_mat_data &data) overridegko::matrix::Hybrid< ValueType, IndexType >virtual
read(device_mat_data &&data) overridegko::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 (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< Hybrid< ValueType, IndexType > >)gko::EnablePolymorphicAssignment< Hybrid< ValueType, IndexType > >
result_type typedef (defined in gko::ConvertibleTo< Hybrid< next_precision< ValueType >, IndexType > >)gko::ConvertibleTo< Hybrid< 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 > >
value_type typedef (defined in gko::matrix::Hybrid< ValueType, IndexType >)gko::matrix::Hybrid< ValueType, IndexType >
write(mat_data &data) const overridegko::matrix::Hybrid< ValueType, IndexType >virtual
~ConvertibleTo()=default (defined in gko::ConvertibleTo< Hybrid< ValueType, IndexType > >)gko::ConvertibleTo< Hybrid< ValueType, IndexType > >virtual
~ConvertibleTo()=default (defined in gko::ConvertibleTo< Hybrid< next_precision< ValueType >, IndexType > >)gko::ConvertibleTo< Hybrid< 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::DiagonalLinOpExtractablevirtual
~EnableAbsoluteComputation()=default (defined in gko::EnableAbsoluteComputation< remove_complex< Hybrid< ValueType, IndexType > > >)gko::EnableAbsoluteComputation< remove_complex< Hybrid< ValueType, IndexType > > >virtual
~Loggable()=default (defined in gko::log::Loggable)gko::log::Loggablevirtual
~PolymorphicObject() (defined in gko::PolymorphicObject)gko::PolymorphicObjectinlinevirtual
~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