add_logger(std::shared_ptr< const Logger > logger) override | gko::log::EnableLogging< PolymorphicObject > | inlinevirtual |
add_scaled(const LinOp *alpha, const LinOp *b) | gko::matrix::Dense< ValueType > | inline |
apply(const LinOp *b, LinOp *x) const (defined in gko::EnableLinOp< Dense< ValueType > >) | gko::EnableLinOp< Dense< ValueType > > | inline |
apply(const LinOp *b, LinOp *x) (defined in gko::EnableLinOp< Dense< ValueType > >) | gko::EnableLinOp< Dense< ValueType > > | inline |
apply(const LinOp *alpha, const LinOp *b, const LinOp *beta, LinOp *x) const (defined in gko::EnableLinOp< Dense< ValueType > >) | gko::EnableLinOp< Dense< ValueType > > | inline |
apply(const LinOp *alpha, const LinOp *b, const LinOp *beta, LinOp *x) (defined in gko::EnableLinOp< Dense< ValueType > >) | gko::EnableLinOp< Dense< ValueType > > | inline |
at(size_type row, size_type col) noexcept | gko::matrix::Dense< ValueType > | inline |
at(size_type row, size_type col) const noexcept | gko::matrix::Dense< ValueType > | inline |
at(size_type idx) noexcept | gko::matrix::Dense< ValueType > | inline |
at(size_type idx) const noexcept | gko::matrix::Dense< ValueType > | inline |
clear() (defined in gko::EnableAbstractPolymorphicObject< Dense< ValueType >, LinOp >) | gko::EnableAbstractPolymorphicObject< Dense< ValueType >, LinOp > | inline |
clone(std::shared_ptr< const Executor > exec) const (defined in gko::EnableAbstractPolymorphicObject< Dense< ValueType >, LinOp >) | gko::EnableAbstractPolymorphicObject< Dense< ValueType >, LinOp > | inline |
clone() const (defined in gko::EnableAbstractPolymorphicObject< Dense< ValueType >, LinOp >) | gko::EnableAbstractPolymorphicObject< Dense< ValueType >, LinOp > | inline |
compute_dot(const LinOp *b, LinOp *result) const | gko::matrix::Dense< ValueType > | inline |
compute_norm2(LinOp *result) const | gko::matrix::Dense< ValueType > | inline |
conj_transpose() const override | gko::matrix::Dense< ValueType > | virtual |
convert_to(Coo< ValueType, int32 > *result) const override (defined in gko::matrix::Dense< ValueType >) | gko::matrix::Dense< ValueType > | |
convert_to(Coo< ValueType, int64 > *result) const override (defined in gko::matrix::Dense< ValueType >) | gko::matrix::Dense< ValueType > | |
convert_to(Csr< ValueType, int32 > *result) const override (defined in gko::matrix::Dense< ValueType >) | gko::matrix::Dense< ValueType > | |
convert_to(Csr< ValueType, int64 > *result) const override (defined in gko::matrix::Dense< ValueType >) | gko::matrix::Dense< ValueType > | |
convert_to(Ell< ValueType, int32 > *result) const override (defined in gko::matrix::Dense< ValueType >) | gko::matrix::Dense< ValueType > | |
convert_to(Ell< ValueType, int64 > *result) const override (defined in gko::matrix::Dense< ValueType >) | gko::matrix::Dense< ValueType > | |
convert_to(Hybrid< ValueType, int32 > *result) const override (defined in gko::matrix::Dense< ValueType >) | gko::matrix::Dense< ValueType > | |
convert_to(Hybrid< ValueType, int64 > *result) const override (defined in gko::matrix::Dense< ValueType >) | gko::matrix::Dense< ValueType > | |
convert_to(Sellp< ValueType, int32 > *result) const override (defined in gko::matrix::Dense< ValueType >) | gko::matrix::Dense< ValueType > | |
convert_to(Sellp< ValueType, int64 > *result) const override (defined in gko::matrix::Dense< ValueType >) | gko::matrix::Dense< ValueType > | |
EnableLinOp< Dense< ValueType > >::convert_to(result_type *result) const override | gko::EnablePolymorphicAssignment< Dense< ValueType > > | inlinevirtual |
ConvertibleTo< Coo< ValueType, int32 > >::convert_to(result_type *result) const=0 | gko::ConvertibleTo< Coo< ValueType, int32 > > | pure virtual |
ConvertibleTo< Coo< ValueType, int64 > >::convert_to(result_type *result) const=0 | gko::ConvertibleTo< Coo< ValueType, int64 > > | pure virtual |
ConvertibleTo< Csr< ValueType, int32 > >::convert_to(result_type *result) const=0 | gko::ConvertibleTo< Csr< ValueType, int32 > > | pure virtual |
ConvertibleTo< Csr< ValueType, int64 > >::convert_to(result_type *result) const=0 | gko::ConvertibleTo< Csr< ValueType, int64 > > | pure virtual |
ConvertibleTo< Ell< ValueType, int32 > >::convert_to(result_type *result) const=0 | gko::ConvertibleTo< Ell< ValueType, int32 > > | pure virtual |
ConvertibleTo< Ell< ValueType, int64 > >::convert_to(result_type *result) const=0 | gko::ConvertibleTo< Ell< ValueType, int64 > > | pure virtual |
ConvertibleTo< Hybrid< ValueType, int32 > >::convert_to(result_type *result) const=0 | gko::ConvertibleTo< Hybrid< ValueType, int32 > > | pure virtual |
ConvertibleTo< Hybrid< ValueType, int64 > >::convert_to(result_type *result) const=0 | gko::ConvertibleTo< Hybrid< ValueType, int64 > > | pure virtual |
ConvertibleTo< Sellp< ValueType, int32 > >::convert_to(result_type *result) const=0 | gko::ConvertibleTo< Sellp< ValueType, int32 > > | pure virtual |
ConvertibleTo< Sellp< ValueType, int64 > >::convert_to(result_type *result) const=0 | gko::ConvertibleTo< Sellp< ValueType, int64 > > | pure virtual |
Coo< ValueType, int32 > (defined in gko::matrix::Dense< ValueType >) | gko::matrix::Dense< ValueType > | friend |
Coo< ValueType, int64 > (defined in gko::matrix::Dense< ValueType >) | gko::matrix::Dense< ValueType > | friend |
copy_from(const PolymorphicObject *other) (defined in gko::EnableAbstractPolymorphicObject< Dense< ValueType >, LinOp >) | gko::EnableAbstractPolymorphicObject< Dense< ValueType >, LinOp > | inline |
copy_from(std::unique_ptr< PolymorphicObject > other) (defined in gko::EnableAbstractPolymorphicObject< Dense< ValueType >, LinOp >) | gko::EnableAbstractPolymorphicObject< Dense< ValueType >, LinOp > | inline |
create(Args &&... args) (defined in gko::EnableCreateMethod< Dense< ValueType > >) | gko::EnableCreateMethod< Dense< ValueType > > | inlinestatic |
create_default(std::shared_ptr< const Executor > exec) const (defined in gko::EnableAbstractPolymorphicObject< Dense< ValueType >, LinOp >) | gko::EnableAbstractPolymorphicObject< Dense< ValueType >, LinOp > | inline |
create_default() const (defined in gko::EnableAbstractPolymorphicObject< Dense< ValueType >, LinOp >) | gko::EnableAbstractPolymorphicObject< Dense< ValueType >, LinOp > | inline |
create_submatrix(const span &rows, const span &columns, const size_type stride) | gko::matrix::Dense< ValueType > | inline |
create_submatrix(const span &rows, const span &columns) (defined in gko::matrix::Dense< ValueType >) | gko::matrix::Dense< ValueType > | inline |
create_with_config_of(const Dense *other) | gko::matrix::Dense< ValueType > | inlinestatic |
Csr< ValueType, int32 > (defined in gko::matrix::Dense< ValueType >) | gko::matrix::Dense< ValueType > | friend |
Csr< ValueType, int64 > (defined in gko::matrix::Dense< ValueType >) | gko::matrix::Dense< ValueType > | friend |
Ell< ValueType, int32 > (defined in gko::matrix::Dense< ValueType >) | gko::matrix::Dense< ValueType > | friend |
Ell< ValueType, int64 > (defined in gko::matrix::Dense< ValueType >) | gko::matrix::Dense< ValueType > | friend |
EnableCreateMethod< Dense > (defined in gko::matrix::Dense< ValueType >) | gko::matrix::Dense< ValueType > | friend |
EnablePolymorphicObject< Dense, LinOp > (defined in gko::matrix::Dense< ValueType >) | gko::matrix::Dense< ValueType > | friend |
get_const_values() const noexcept | gko::matrix::Dense< ValueType > | inline |
get_executor() const noexcept | gko::PolymorphicObject | inline |
get_num_stored_elements() const noexcept | gko::matrix::Dense< ValueType > | inline |
get_size() const noexcept | gko::LinOp | inline |
get_stride() const noexcept | gko::matrix::Dense< ValueType > | inline |
get_values() noexcept | gko::matrix::Dense< ValueType > | inline |
Hybrid< ValueType, int32 > (defined in gko::matrix::Dense< ValueType >) | gko::matrix::Dense< ValueType > | friend |
Hybrid< ValueType, int64 > (defined in gko::matrix::Dense< ValueType >) | gko::matrix::Dense< ValueType > | friend |
index_type typedef (defined in gko::matrix::Dense< ValueType >) | gko::matrix::Dense< ValueType > | |
mat_data typedef (defined in gko::matrix::Dense< ValueType >) | gko::matrix::Dense< ValueType > | |
mat_data32 typedef (defined in gko::matrix::Dense< ValueType >) | gko::matrix::Dense< ValueType > | |
move_to(Coo< ValueType, int32 > *result) override (defined in gko::matrix::Dense< ValueType >) | gko::matrix::Dense< ValueType > | |
move_to(Coo< ValueType, int64 > *result) override (defined in gko::matrix::Dense< ValueType >) | gko::matrix::Dense< ValueType > | |
move_to(Csr< ValueType, int32 > *result) override (defined in gko::matrix::Dense< ValueType >) | gko::matrix::Dense< ValueType > | |
move_to(Csr< ValueType, int64 > *result) override (defined in gko::matrix::Dense< ValueType >) | gko::matrix::Dense< ValueType > | |
move_to(Ell< ValueType, int32 > *result) override (defined in gko::matrix::Dense< ValueType >) | gko::matrix::Dense< ValueType > | |
move_to(Ell< ValueType, int64 > *result) override (defined in gko::matrix::Dense< ValueType >) | gko::matrix::Dense< ValueType > | |
move_to(Hybrid< ValueType, int32 > *result) override (defined in gko::matrix::Dense< ValueType >) | gko::matrix::Dense< ValueType > | |
move_to(Hybrid< ValueType, int64 > *result) override (defined in gko::matrix::Dense< ValueType >) | gko::matrix::Dense< ValueType > | |
move_to(Sellp< ValueType, int32 > *result) override (defined in gko::matrix::Dense< ValueType >) | gko::matrix::Dense< ValueType > | |
move_to(Sellp< ValueType, int64 > *result) override (defined in gko::matrix::Dense< ValueType >) | gko::matrix::Dense< ValueType > | |
EnableLinOp< Dense< ValueType > >::move_to(result_type *result) override | gko::EnablePolymorphicAssignment< Dense< ValueType > > | inlinevirtual |
ConvertibleTo< Coo< ValueType, int32 > >::move_to(result_type *result)=0 | gko::ConvertibleTo< Coo< ValueType, int32 > > | pure virtual |
ConvertibleTo< Coo< ValueType, int64 > >::move_to(result_type *result)=0 | gko::ConvertibleTo< Coo< ValueType, int64 > > | pure virtual |
ConvertibleTo< Csr< ValueType, int32 > >::move_to(result_type *result)=0 | gko::ConvertibleTo< Csr< ValueType, int32 > > | pure virtual |
ConvertibleTo< Csr< ValueType, int64 > >::move_to(result_type *result)=0 | gko::ConvertibleTo< Csr< ValueType, int64 > > | pure virtual |
ConvertibleTo< Ell< ValueType, int32 > >::move_to(result_type *result)=0 | gko::ConvertibleTo< Ell< ValueType, int32 > > | pure virtual |
ConvertibleTo< Ell< ValueType, int64 > >::move_to(result_type *result)=0 | gko::ConvertibleTo< Ell< ValueType, int64 > > | pure virtual |
ConvertibleTo< Hybrid< ValueType, int32 > >::move_to(result_type *result)=0 | gko::ConvertibleTo< Hybrid< ValueType, int32 > > | pure virtual |
ConvertibleTo< Hybrid< ValueType, int64 > >::move_to(result_type *result)=0 | gko::ConvertibleTo< Hybrid< ValueType, int64 > > | pure virtual |
ConvertibleTo< Sellp< ValueType, int32 > >::move_to(result_type *result)=0 | gko::ConvertibleTo< Sellp< ValueType, int32 > > | pure virtual |
ConvertibleTo< Sellp< ValueType, int64 > >::move_to(result_type *result)=0 | gko::ConvertibleTo< Sellp< ValueType, int64 > > | pure virtual |
operator=(const PolymorphicObject &) (defined in gko::PolymorphicObject) | gko::PolymorphicObject | inline |
read(const mat_data &data) override (defined in gko::matrix::Dense< ValueType >) | gko::matrix::Dense< ValueType > | |
read(const mat_data32 &data) override (defined in gko::matrix::Dense< ValueType >) | gko::matrix::Dense< ValueType > | |
ReadableFromMatrixData< ValueType, int32 >::read(const matrix_data< ValueType, int32 > &data)=0 | gko::ReadableFromMatrixData< ValueType, int32 > | pure virtual |
ReadableFromMatrixData< ValueType, int64 >::read(const matrix_data< ValueType, int64 > &data)=0 | gko::ReadableFromMatrixData< ValueType, int64 > | pure virtual |
remove_logger(const Logger *logger) override | gko::log::EnableLogging< PolymorphicObject > | inlinevirtual |
result_type typedef (defined in gko::EnablePolymorphicAssignment< Dense< ValueType > >) | gko::EnablePolymorphicAssignment< Dense< ValueType > > | |
result_type typedef (defined in gko::ConvertibleTo< Coo< ValueType, int32 > >) | gko::ConvertibleTo< Coo< ValueType, int32 > > | |
result_type typedef (defined in gko::ConvertibleTo< Coo< ValueType, int64 > >) | gko::ConvertibleTo< Coo< ValueType, int64 > > | |
result_type typedef (defined in gko::ConvertibleTo< Csr< ValueType, int32 > >) | gko::ConvertibleTo< Csr< ValueType, int32 > > | |
result_type typedef (defined in gko::ConvertibleTo< Csr< ValueType, int64 > >) | gko::ConvertibleTo< Csr< ValueType, int64 > > | |
result_type typedef (defined in gko::ConvertibleTo< Ell< ValueType, int32 > >) | gko::ConvertibleTo< Ell< ValueType, int32 > > | |
result_type typedef (defined in gko::ConvertibleTo< Ell< ValueType, int64 > >) | gko::ConvertibleTo< Ell< ValueType, int64 > > | |
result_type typedef (defined in gko::ConvertibleTo< Hybrid< ValueType, int32 > >) | gko::ConvertibleTo< Hybrid< ValueType, int32 > > | |
result_type typedef (defined in gko::ConvertibleTo< Hybrid< ValueType, int64 > >) | gko::ConvertibleTo< Hybrid< ValueType, int64 > > | |
result_type typedef (defined in gko::ConvertibleTo< Sellp< ValueType, int32 > >) | gko::ConvertibleTo< Sellp< ValueType, int32 > > | |
result_type typedef (defined in gko::ConvertibleTo< Sellp< ValueType, int64 > >) | gko::ConvertibleTo< Sellp< ValueType, int64 > > | |
row_major_range typedef (defined in gko::matrix::Dense< ValueType >) | gko::matrix::Dense< ValueType > | |
scale(const LinOp *alpha) | gko::matrix::Dense< ValueType > | inline |
Sellp< ValueType, int32 > (defined in gko::matrix::Dense< ValueType >) | gko::matrix::Dense< ValueType > | friend |
Sellp< ValueType, int64 > (defined in gko::matrix::Dense< ValueType >) | gko::matrix::Dense< ValueType > | friend |
transpose() const override | gko::matrix::Dense< ValueType > | virtual |
value_type typedef (defined in gko::matrix::Dense< ValueType >) | gko::matrix::Dense< ValueType > | |
write(mat_data &data) const override (defined in gko::matrix::Dense< ValueType >) | gko::matrix::Dense< ValueType > | |
write(mat_data32 &data) const override (defined in gko::matrix::Dense< ValueType >) | gko::matrix::Dense< ValueType > | |
WritableToMatrixData< ValueType, int32 >::write(matrix_data< ValueType, int32 > &data) const=0 | gko::WritableToMatrixData< ValueType, int32 > | pure virtual |
WritableToMatrixData< ValueType, int64 >::write(matrix_data< ValueType, int64 > &data) const=0 | gko::WritableToMatrixData< ValueType, int64 > | pure virtual |
~ConvertibleTo()=default (defined in gko::ConvertibleTo< Dense< ValueType > >) | gko::ConvertibleTo< Dense< ValueType > > | virtual |
~ConvertibleTo()=default (defined in gko::ConvertibleTo< Coo< ValueType, int32 > >) | gko::ConvertibleTo< Coo< ValueType, int32 > > | virtual |
~ConvertibleTo()=default (defined in gko::ConvertibleTo< Coo< ValueType, int64 > >) | gko::ConvertibleTo< Coo< ValueType, int64 > > | virtual |
~ConvertibleTo()=default (defined in gko::ConvertibleTo< Csr< ValueType, int32 > >) | gko::ConvertibleTo< Csr< ValueType, int32 > > | virtual |
~ConvertibleTo()=default (defined in gko::ConvertibleTo< Csr< ValueType, int64 > >) | gko::ConvertibleTo< Csr< ValueType, int64 > > | virtual |
~ConvertibleTo()=default (defined in gko::ConvertibleTo< Ell< ValueType, int32 > >) | gko::ConvertibleTo< Ell< ValueType, int32 > > | virtual |
~ConvertibleTo()=default (defined in gko::ConvertibleTo< Ell< ValueType, int64 > >) | gko::ConvertibleTo< Ell< ValueType, int64 > > | virtual |
~ConvertibleTo()=default (defined in gko::ConvertibleTo< Hybrid< ValueType, int32 > >) | gko::ConvertibleTo< Hybrid< ValueType, int32 > > | virtual |
~ConvertibleTo()=default (defined in gko::ConvertibleTo< Hybrid< ValueType, int64 > >) | gko::ConvertibleTo< Hybrid< ValueType, int64 > > | virtual |
~ConvertibleTo()=default (defined in gko::ConvertibleTo< Sellp< ValueType, int32 > >) | gko::ConvertibleTo< Sellp< ValueType, int32 > > | virtual |
~ConvertibleTo()=default (defined in gko::ConvertibleTo< Sellp< ValueType, int64 > >) | gko::ConvertibleTo< Sellp< ValueType, int64 > > | 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, int32 >) | gko::ReadableFromMatrixData< ValueType, int32 > | virtual |
~ReadableFromMatrixData()=default (defined in gko::ReadableFromMatrixData< ValueType, int64 >) | gko::ReadableFromMatrixData< ValueType, int64 > | virtual |
~Transposable()=default (defined in gko::Transposable) | gko::Transposable | virtual |
~WritableToMatrixData()=default (defined in gko::WritableToMatrixData< ValueType, int32 >) | gko::WritableToMatrixData< ValueType, int32 > | virtual |
~WritableToMatrixData()=default (defined in gko::WritableToMatrixData< ValueType, int64 >) | gko::WritableToMatrixData< ValueType, int64 > | virtual |