Ginkgo Generated from branch based on master. Ginkgo version 1.8.0
A numerical linear algebra library targeting many-core architectures
Loading...
Searching...
No Matches
gko::matrix::Ell< ValueType, IndexType > Member List

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

absolute_type typedef (defined in gko::matrix::Ell< ValueType, IndexType >)gko::matrix::Ell< ValueType, IndexType >
add_logger(std::shared_ptr< const Logger > logger) overridegko::log::EnableLogging< PolymorphicObject >inlinevirtual
apply_uses_initial_guess() constgko::LinOpinlinevirtual
clear_loggers() overridegko::log::EnableLogging< PolymorphicObject >inlinevirtual
col_at(size_type row, size_type idx) noexceptgko::matrix::Ell< ValueType, IndexType >inline
col_at(size_type row, size_type idx) const noexceptgko::matrix::Ell< ValueType, IndexType >inline
compute_absolute() const overridegko::matrix::Ell< ValueType, IndexType >virtual
compute_absolute_inplace() overridegko::matrix::Ell< ValueType, IndexType >virtual
compute_absolute_linop() const overridegko::EnableAbsoluteComputation< remove_complex< Ell< default_precision, int32 > > >inlinevirtual
convert_to(Ell< next_precision< ValueType >, IndexType > *result) const override (defined in gko::matrix::Ell< ValueType, IndexType >)gko::matrix::Ell< ValueType, IndexType >
convert_to(Dense< ValueType > *other) const override (defined in gko::matrix::Ell< ValueType, IndexType >)gko::matrix::Ell< ValueType, IndexType >
convert_to(Csr< ValueType, IndexType > *other) const override (defined in gko::matrix::Ell< ValueType, IndexType >)gko::matrix::Ell< ValueType, IndexType >
gko::ConvertibleTo< Ell< next_precision< default_precision >, int32 > >::convert_to(result_type *result) const=0gko::ConvertibleTo< Ell< next_precision< default_precision >, int32 > >pure virtual
gko::ConvertibleTo< Dense< default_precision > >::convert_to(result_type *result) const=0gko::ConvertibleTo< Dense< default_precision > >pure virtual
gko::ConvertibleTo< Csr< default_precision, int32 > >::convert_to(result_type *result) const=0gko::ConvertibleTo< Csr< default_precision, int32 > >pure virtual
Coo< ValueType, IndexType > (defined in gko::matrix::Ell< ValueType, IndexType >)gko::matrix::Ell< ValueType, IndexType >friend
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, const dim< 2 > &size={}, size_type num_stored_elements_per_row=0, size_type stride=0)gko::matrix::Ell< ValueType, IndexType >static
create(std::shared_ptr< const Executor > exec, const dim< 2 > &size, array< value_type > values, array< index_type > col_idxs, size_type num_stored_elements_per_row, size_type stride)gko::matrix::Ell< 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, size_type num_stored_elements_per_row, size_type stride)gko::matrix::Ell< 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, size_type num_stored_elements_per_row, size_type stride)gko::matrix::Ell< ValueType, IndexType >static
Csr< ValueType, IndexType > (defined in gko::matrix::Ell< ValueType, IndexType >)gko::matrix::Ell< ValueType, IndexType >friend
Dense< ValueType > (defined in gko::matrix::Ell< ValueType, IndexType >)gko::matrix::Ell< ValueType, IndexType >friend
device_mat_data typedef (defined in gko::matrix::Ell< ValueType, IndexType >)gko::matrix::Ell< ValueType, IndexType >
Ell(const Ell &)gko::matrix::Ell< ValueType, IndexType >
Ell(Ell &&)gko::matrix::Ell< ValueType, IndexType >
Ell< next_precision< ValueType >, IndexType > (defined in gko::matrix::Ell< ValueType, IndexType >)gko::matrix::Ell< ValueType, IndexType >friend
Ell< to_complex< ValueType >, IndexType > (defined in gko::matrix::Ell< ValueType, IndexType >)gko::matrix::Ell< ValueType, IndexType >friend
EnablePolymorphicObject< Ell, LinOp > (defined in gko::matrix::Ell< ValueType, IndexType >)gko::matrix::Ell< ValueType, IndexType >friend
extract_diagonal() const overridegko::matrix::Ell< ValueType, IndexType >virtual
extract_diagonal_linop() const overridegko::DiagonalExtractable< default_precision >virtual
get_col_idxs() noexceptgko::matrix::Ell< ValueType, IndexType >inline
get_const_col_idxs() const noexceptgko::matrix::Ell< ValueType, IndexType >inline
get_const_values() const noexceptgko::matrix::Ell< ValueType, IndexType >inline
get_executor() const noexceptgko::PolymorphicObjectinline
get_loggers() const overridegko::log::EnableLogging< PolymorphicObject >inlinevirtual
get_num_stored_elements() const noexceptgko::matrix::Ell< ValueType, IndexType >inline
get_num_stored_elements_per_row() const noexceptgko::matrix::Ell< ValueType, IndexType >inline
get_size() const noexceptgko::LinOpinline
get_stride() const noexceptgko::matrix::Ell< ValueType, IndexType >inline
get_values() noexceptgko::matrix::Ell< ValueType, IndexType >inline
Hybrid< ValueType, IndexType > (defined in gko::matrix::Ell< ValueType, IndexType >)gko::matrix::Ell< ValueType, IndexType >friend
index_type typedef (defined in gko::matrix::Ell< ValueType, IndexType >)gko::matrix::Ell< ValueType, IndexType >
LinOp(const LinOp &)=defaultgko::LinOp
LinOp(LinOp &&other)gko::LinOpinline
mat_data typedef (defined in gko::matrix::Ell< ValueType, IndexType >)gko::matrix::Ell< ValueType, IndexType >
move_to(Ell< next_precision< ValueType >, IndexType > *result) override (defined in gko::matrix::Ell< ValueType, IndexType >)gko::matrix::Ell< ValueType, IndexType >
move_to(Dense< ValueType > *other) override (defined in gko::matrix::Ell< ValueType, IndexType >)gko::matrix::Ell< ValueType, IndexType >
move_to(Csr< ValueType, IndexType > *other) override (defined in gko::matrix::Ell< ValueType, IndexType >)gko::matrix::Ell< ValueType, IndexType >
gko::ConvertibleTo< Ell< next_precision< default_precision >, int32 > >::move_to(result_type *result)=0gko::ConvertibleTo< Ell< next_precision< default_precision >, int32 > >pure virtual
gko::ConvertibleTo< Dense< default_precision > >::move_to(result_type *result)=0gko::ConvertibleTo< Dense< default_precision > >pure virtual
gko::ConvertibleTo< Csr< default_precision, int32 > >::move_to(result_type *result)=0gko::ConvertibleTo< Csr< default_precision, int32 > >pure virtual
operator=(const Ell &)gko::matrix::Ell< ValueType, IndexType >
operator=(Ell &&)gko::matrix::Ell< ValueType, IndexType >
gko::EnableLinOp< Ell< default_precision, int32 > >::operator=(const LinOp &)=defaultgko::LinOp
gko::EnableLinOp< Ell< default_precision, int32 > >::operator=(LinOp &&other)gko::LinOpinline
operator=(const PolymorphicObject &) (defined in gko::PolymorphicObject)gko::PolymorphicObjectinline
read(const mat_data &data) override (defined in gko::matrix::Ell< ValueType, IndexType >)gko::matrix::Ell< ValueType, IndexType >
read(const device_mat_data &data) override (defined in gko::matrix::Ell< ValueType, IndexType >)gko::matrix::Ell< ValueType, IndexType >
read(device_mat_data &&data) override (defined in gko::matrix::Ell< ValueType, IndexType >)gko::matrix::Ell< ValueType, IndexType >
gko::ReadableFromMatrixData< default_precision, int32 >::read(const matrix_data< default_precision, int32 > &data)=0gko::ReadableFromMatrixData< default_precision, int32 >pure virtual
gko::ReadableFromMatrixData< default_precision, int32 >::read(const matrix_assembly_data< default_precision, int32 > &data)gko::ReadableFromMatrixData< default_precision, int32 >inline
gko::ReadableFromMatrixData< default_precision, int32 >::read(const device_matrix_data< default_precision, int32 > &data)gko::ReadableFromMatrixData< default_precision, int32 >inlinevirtual
gko::ReadableFromMatrixData< default_precision, int32 >::read(device_matrix_data< default_precision, int32 > &&data)gko::ReadableFromMatrixData< default_precision, int32 >inlinevirtual
remove_logger(const Logger *logger) overridegko::log::EnableLogging< PolymorphicObject >inlinevirtual
val_at(size_type row, size_type idx) noexceptgko::matrix::Ell< ValueType, IndexType >inline
val_at(size_type row, size_type idx) const noexceptgko::matrix::Ell< ValueType, IndexType >inline
value_type typedef (defined in gko::matrix::Ell< ValueType, IndexType >)gko::matrix::Ell< ValueType, IndexType >
write(mat_data &data) const override (defined in gko::matrix::Ell< ValueType, IndexType >)gko::matrix::Ell< 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
~Loggable()=default (defined in gko::log::Loggable)gko::log::Loggablevirtual
~PolymorphicObject() (defined in gko::PolymorphicObject)gko::PolymorphicObjectinlinevirtual