Ginkgo Generated from branch based on main. Ginkgo version 1.11.0
A numerical linear algebra library targeting many-core architectures
Loading...
Searching...
No Matches
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 >
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< default_precision, int32 > > >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 >
coo_type typedef (defined in gko::matrix::Hybrid< ValueType, IndexType >)gko::matrix::Hybrid< ValueType, IndexType >
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
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< default_precision >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_num_stored_elements() const noexceptgko::matrix::Hybrid< ValueType, IndexType >inline
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< 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_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 >
operator=(const Hybrid &)gko::matrix::Hybrid< ValueType, IndexType >
operator=(Hybrid &&)gko::matrix::Hybrid< ValueType, IndexType >
read(const mat_data &data) override (defined in gko::matrix::Hybrid< ValueType, IndexType >)gko::matrix::Hybrid< ValueType, IndexType >
read(const device_mat_data &data) override (defined in gko::matrix::Hybrid< ValueType, IndexType >)gko::matrix::Hybrid< ValueType, IndexType >
read(device_mat_data &&data) override (defined in gko::matrix::Hybrid< ValueType, IndexType >)gko::matrix::Hybrid< ValueType, IndexType >
gko::ReadableFromMatrixData< default_precision, int32 >::read(const matrix_data< default_precision, int32 > &data)=0gko::ReadableFromMatrixData< default_precision, int32 >pure virtual
value_type typedef (defined in gko::matrix::Hybrid< ValueType, IndexType >)gko::matrix::Hybrid< ValueType, IndexType >
write(mat_data &data) const override (defined in gko::matrix::Hybrid< ValueType, IndexType >)gko::matrix::Hybrid< ValueType, IndexType >
gko::WritableToMatrixData< default_precision, int32 >::write(matrix_data< default_precision, int32 > &data) const=0gko::WritableToMatrixData< default_precision, int32 >pure virtual
~DiagonalLinOpExtractable()=default (defined in gko::DiagonalLinOpExtractable)gko::DiagonalLinOpExtractablevirtual