absolute_type typedef (defined in gko::matrix::Dense< ValueType >) | gko::matrix::Dense< ValueType > | |
add_logger(std::shared_ptr< const Logger > logger) override (defined in gko::log::EnableLogging< PolymorphicObject >) | gko::log::EnableLogging< PolymorphicObject > | inlinevirtual |
add_scaled(ptr_param< const LinOp > alpha, ptr_param< const LinOp > b) | gko::matrix::Dense< ValueType > | |
add_scaled_identity(ptr_param< const LinOp > const a, ptr_param< const LinOp > const b) | gko::ScaledIdentityAddable | inline |
apply(ptr_param< const LinOp > b, ptr_param< LinOp > x) const (defined in gko::EnableLinOp< Dense< ValueType > >) | gko::EnableLinOp< Dense< ValueType > > | inline |
apply(ptr_param< const LinOp > b, ptr_param< LinOp > x) (defined in gko::EnableLinOp< Dense< ValueType > >) | gko::EnableLinOp< Dense< ValueType > > | 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< Dense< ValueType > >) | gko::EnableLinOp< Dense< ValueType > > | 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< Dense< ValueType > >) | gko::EnableLinOp< Dense< ValueType > > | inline |
apply_uses_initial_guess() const | gko::LinOp | inlinevirtual |
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 |
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< Dense< ValueType >, LinOp >) | gko::EnableAbstractPolymorphicObject< Dense< ValueType >, LinOp > | inline |
clone() const (defined in gko::EnableAbstractPolymorphicObject< Dense< ValueType >, LinOp >) | gko::EnableAbstractPolymorphicObject< Dense< ValueType >, LinOp > | inline |
column_permute(const array< int32 > *permutation_indices) const override | gko::matrix::Dense< ValueType > | virtual |
column_permute(const array< int64 > *permutation_indices) const override | gko::matrix::Dense< ValueType > | virtual |
column_permute(const array< int32 > *permutation_indices, ptr_param< Dense > output) const | gko::matrix::Dense< ValueType > | |
column_permute(const array< int64 > *permutation_indices, ptr_param< Dense > output) const | gko::matrix::Dense< ValueType > | |
complex_type typedef (defined in gko::matrix::Dense< ValueType >) | gko::matrix::Dense< ValueType > | |
compute_absolute() const override | gko::matrix::Dense< ValueType > | virtual |
compute_absolute(ptr_param< absolute_type > output) const | gko::matrix::Dense< ValueType > | |
compute_absolute_inplace() override | gko::matrix::Dense< ValueType > | virtual |
compute_absolute_linop() const override | gko::EnableAbsoluteComputation< remove_complex< Dense< ValueType > > > | inlinevirtual |
compute_conj_dot(ptr_param< const LinOp > b, ptr_param< LinOp > result) const | gko::matrix::Dense< ValueType > | |
compute_conj_dot(ptr_param< const LinOp > b, ptr_param< LinOp > result, array< char > &tmp) const | gko::matrix::Dense< ValueType > | |
compute_dot(ptr_param< const LinOp > b, ptr_param< LinOp > result) const | gko::matrix::Dense< ValueType > | |
compute_dot(ptr_param< const LinOp > b, ptr_param< LinOp > result, array< char > &tmp) const | gko::matrix::Dense< ValueType > | |
compute_mean(ptr_param< LinOp > result) const | gko::matrix::Dense< ValueType > | |
compute_mean(ptr_param< LinOp > result, array< char > &tmp) const | gko::matrix::Dense< ValueType > | |
compute_norm1(ptr_param< LinOp > result) const | gko::matrix::Dense< ValueType > | |
compute_norm1(ptr_param< LinOp > result, array< char > &tmp) const | gko::matrix::Dense< ValueType > | |
compute_norm2(ptr_param< LinOp > result) const | gko::matrix::Dense< ValueType > | |
compute_norm2(ptr_param< LinOp > result, array< char > &tmp) const | gko::matrix::Dense< ValueType > | |
compute_squared_norm2(ptr_param< LinOp > result) const | gko::matrix::Dense< ValueType > | |
compute_squared_norm2(ptr_param< LinOp > result, array< char > &tmp) const | gko::matrix::Dense< ValueType > | |
conj_transpose() const override | gko::matrix::Dense< ValueType > | virtual |
conj_transpose(ptr_param< Dense > output) const | gko::matrix::Dense< ValueType > | |
convert_to(Dense< next_precision< ValueType >> *result) const override (defined in gko::matrix::Dense< ValueType >) | gko::matrix::Dense< ValueType > | |
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(Fbcsr< ValueType, int32 > *result) const override (defined in gko::matrix::Dense< ValueType >) | gko::matrix::Dense< ValueType > | |
convert_to(Fbcsr< 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 > | |
convert_to(SparsityCsr< ValueType, int32 > *result) const override (defined in gko::matrix::Dense< ValueType >) | gko::matrix::Dense< ValueType > | |
convert_to(SparsityCsr< 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 |
convert_to(ptr_param< result_type > result) const (defined in gko::ConvertibleTo< Dense< ValueType > >) | gko::ConvertibleTo< Dense< ValueType > > | inline |
ConvertibleTo< Dense< next_precision< ValueType > > >::convert_to(result_type *result) const=0 | gko::ConvertibleTo< Dense< next_precision< ValueType > > > | pure virtual |
convert_to(ptr_param< result_type > result) const (defined in gko::ConvertibleTo< Dense< next_precision< ValueType > > >) | gko::ConvertibleTo< Dense< next_precision< ValueType > > > | inline |
ConvertibleTo< Coo< ValueType, int32 > >::convert_to(result_type *result) const=0 | gko::ConvertibleTo< Coo< ValueType, int32 > > | pure virtual |
convert_to(ptr_param< result_type > result) const (defined in gko::ConvertibleTo< Coo< ValueType, int32 > >) | gko::ConvertibleTo< Coo< ValueType, int32 > > | inline |
ConvertibleTo< Coo< ValueType, int64 > >::convert_to(result_type *result) const=0 | gko::ConvertibleTo< Coo< ValueType, int64 > > | pure virtual |
convert_to(ptr_param< result_type > result) const (defined in gko::ConvertibleTo< Coo< ValueType, int64 > >) | gko::ConvertibleTo< Coo< ValueType, int64 > > | inline |
ConvertibleTo< Csr< ValueType, int32 > >::convert_to(result_type *result) const=0 | gko::ConvertibleTo< Csr< ValueType, int32 > > | pure virtual |
convert_to(ptr_param< result_type > result) const (defined in gko::ConvertibleTo< Csr< ValueType, int32 > >) | gko::ConvertibleTo< Csr< ValueType, int32 > > | inline |
ConvertibleTo< Csr< ValueType, int64 > >::convert_to(result_type *result) const=0 | gko::ConvertibleTo< Csr< ValueType, int64 > > | pure virtual |
convert_to(ptr_param< result_type > result) const (defined in gko::ConvertibleTo< Csr< ValueType, int64 > >) | gko::ConvertibleTo< Csr< ValueType, int64 > > | inline |
ConvertibleTo< Ell< ValueType, int32 > >::convert_to(result_type *result) const=0 | gko::ConvertibleTo< Ell< ValueType, int32 > > | pure virtual |
convert_to(ptr_param< result_type > result) const (defined in gko::ConvertibleTo< Ell< ValueType, int32 > >) | gko::ConvertibleTo< Ell< ValueType, int32 > > | inline |
ConvertibleTo< Ell< ValueType, int64 > >::convert_to(result_type *result) const=0 | gko::ConvertibleTo< Ell< ValueType, int64 > > | pure virtual |
convert_to(ptr_param< result_type > result) const (defined in gko::ConvertibleTo< Ell< ValueType, int64 > >) | gko::ConvertibleTo< Ell< ValueType, int64 > > | inline |
ConvertibleTo< Fbcsr< ValueType, int32 > >::convert_to(result_type *result) const=0 | gko::ConvertibleTo< Fbcsr< ValueType, int32 > > | pure virtual |
convert_to(ptr_param< result_type > result) const (defined in gko::ConvertibleTo< Fbcsr< ValueType, int32 > >) | gko::ConvertibleTo< Fbcsr< ValueType, int32 > > | inline |
ConvertibleTo< Fbcsr< ValueType, int64 > >::convert_to(result_type *result) const=0 | gko::ConvertibleTo< Fbcsr< ValueType, int64 > > | pure virtual |
convert_to(ptr_param< result_type > result) const (defined in gko::ConvertibleTo< Fbcsr< ValueType, int64 > >) | gko::ConvertibleTo< Fbcsr< ValueType, int64 > > | inline |
ConvertibleTo< Hybrid< ValueType, int32 > >::convert_to(result_type *result) const=0 | gko::ConvertibleTo< Hybrid< ValueType, int32 > > | pure virtual |
convert_to(ptr_param< result_type > result) const (defined in gko::ConvertibleTo< Hybrid< ValueType, int32 > >) | gko::ConvertibleTo< Hybrid< ValueType, int32 > > | inline |
ConvertibleTo< Hybrid< ValueType, int64 > >::convert_to(result_type *result) const=0 | gko::ConvertibleTo< Hybrid< ValueType, int64 > > | pure virtual |
convert_to(ptr_param< result_type > result) const (defined in gko::ConvertibleTo< Hybrid< ValueType, int64 > >) | gko::ConvertibleTo< Hybrid< ValueType, int64 > > | inline |
ConvertibleTo< Sellp< ValueType, int32 > >::convert_to(result_type *result) const=0 | gko::ConvertibleTo< Sellp< ValueType, int32 > > | pure virtual |
convert_to(ptr_param< result_type > result) const (defined in gko::ConvertibleTo< Sellp< ValueType, int32 > >) | gko::ConvertibleTo< Sellp< ValueType, int32 > > | inline |
ConvertibleTo< Sellp< ValueType, int64 > >::convert_to(result_type *result) const=0 | gko::ConvertibleTo< Sellp< ValueType, int64 > > | pure virtual |
convert_to(ptr_param< result_type > result) const (defined in gko::ConvertibleTo< Sellp< ValueType, int64 > >) | gko::ConvertibleTo< Sellp< ValueType, int64 > > | inline |
ConvertibleTo< SparsityCsr< ValueType, int32 > >::convert_to(result_type *result) const=0 | gko::ConvertibleTo< SparsityCsr< ValueType, int32 > > | pure virtual |
convert_to(ptr_param< result_type > result) const (defined in gko::ConvertibleTo< SparsityCsr< ValueType, int32 > >) | gko::ConvertibleTo< SparsityCsr< ValueType, int32 > > | inline |
ConvertibleTo< SparsityCsr< ValueType, int64 > >::convert_to(result_type *result) const=0 | gko::ConvertibleTo< SparsityCsr< ValueType, int64 > > | pure virtual |
convert_to(ptr_param< result_type > result) const (defined in gko::ConvertibleTo< SparsityCsr< ValueType, int64 > >) | gko::ConvertibleTo< SparsityCsr< ValueType, int64 > > | inline |
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< Derived > &&other) (defined in gko::EnableAbstractPolymorphicObject< Dense< ValueType >, LinOp >) | gko::EnableAbstractPolymorphicObject< Dense< ValueType >, LinOp > | inline |
copy_from(const std::unique_ptr< Derived > &other) (defined in gko::EnableAbstractPolymorphicObject< Dense< ValueType >, LinOp >) | gko::EnableAbstractPolymorphicObject< Dense< ValueType >, LinOp > | inline |
copy_from(const std::shared_ptr< const PolymorphicObject > &other) (defined in gko::EnableAbstractPolymorphicObject< Dense< ValueType >, LinOp >) | gko::EnableAbstractPolymorphicObject< Dense< ValueType >, LinOp > | 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 |
create(std::shared_ptr< const Executor > exec, const dim< 2 > &size={}, size_type stride=0) | gko::matrix::Dense< ValueType > | static |
create(std::shared_ptr< const Executor > exec, const dim< 2 > &size, array< value_type > values, size_type stride) | gko::matrix::Dense< ValueType > | static |
create(std::shared_ptr< const Executor > exec, const dim< 2 > &size, std::initializer_list< InputValueType > values, size_type stride) | gko::matrix::Dense< ValueType > | inlinestatic |
create_const(std::shared_ptr< const Executor > exec, const dim< 2 > &size, gko::detail::const_array_view< ValueType > &&values, size_type stride) | gko::matrix::Dense< ValueType > | static |
create_const_view_of(ptr_param< const Dense > other) | gko::matrix::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_real_view() | gko::matrix::Dense< ValueType > | |
create_real_view() const | gko::matrix::Dense< ValueType > | |
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) | gko::matrix::Dense< ValueType > | inline |
create_view_of(ptr_param< Dense > other) | gko::matrix::Dense< ValueType > | inlinestatic |
create_with_config_of(ptr_param< const Dense > other) | gko::matrix::Dense< ValueType > | inlinestatic |
create_with_type_of(ptr_param< const Dense > other, std::shared_ptr< const Executor > exec, const dim< 2 > &size=dim< 2 >{}) | gko::matrix::Dense< ValueType > | inlinestatic |
create_with_type_of(ptr_param< const Dense > other, std::shared_ptr< const Executor > exec, const dim< 2 > &size, size_type stride) | gko::matrix::Dense< ValueType > | inlinestatic |
create_with_type_of(ptr_param< const Dense > other, std::shared_ptr< const Executor > exec, const dim< 2 > &size, const dim< 2 > &local_size, size_type stride) | 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 |
Dense(const Dense &) | gko::matrix::Dense< ValueType > | |
Dense(Dense &&) | gko::matrix::Dense< ValueType > | |
Dense< next_precision< ValueType > > (defined in gko::matrix::Dense< ValueType >) | gko::matrix::Dense< ValueType > | friend |
Dense< to_complex< ValueType > > (defined in gko::matrix::Dense< ValueType >) | gko::matrix::Dense< ValueType > | friend |
device_mat_data typedef (defined in gko::matrix::Dense< ValueType >) | gko::matrix::Dense< ValueType > | |
device_mat_data32 typedef (defined in gko::matrix::Dense< ValueType >) | gko::matrix::Dense< ValueType > | |
Diagonal< ValueType > (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 |
EnablePolymorphicObject< Dense, LinOp > (defined in gko::matrix::Dense< ValueType >) | gko::matrix::Dense< ValueType > | friend |
experimental::distributed::Vector< ValueType > (defined in gko::matrix::Dense< ValueType >) | gko::matrix::Dense< ValueType > | friend |
extract_diagonal() const override | gko::matrix::Dense< ValueType > | virtual |
extract_diagonal(ptr_param< Diagonal< ValueType >> output) const | gko::matrix::Dense< ValueType > | |
extract_diagonal_linop() const override | gko::DiagonalExtractable< ValueType > | virtual |
Fbcsr< ValueType, int32 > (defined in gko::matrix::Dense< ValueType >) | gko::matrix::Dense< ValueType > | friend |
Fbcsr< ValueType, int64 > (defined in gko::matrix::Dense< ValueType >) | gko::matrix::Dense< ValueType > | friend |
fill(const ValueType value) | gko::matrix::Dense< ValueType > | |
get_const_values() const noexcept | gko::matrix::Dense< ValueType > | inline |
get_executor() const noexcept | gko::PolymorphicObject | inline |
get_imag() const | gko::matrix::Dense< ValueType > | |
get_imag(ptr_param< real_type > result) const | gko::matrix::Dense< ValueType > | |
get_loggers() const override (defined in gko::log::EnableLogging< PolymorphicObject >) | gko::log::EnableLogging< PolymorphicObject > | inlinevirtual |
get_num_stored_elements() const noexcept | gko::matrix::Dense< ValueType > | inline |
get_real() const | gko::matrix::Dense< ValueType > | |
get_real(ptr_param< real_type > result) const | gko::matrix::Dense< ValueType > | |
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 > | |
inv_scale(ptr_param< const LinOp > alpha) | gko::matrix::Dense< ValueType > | |
inverse_column_permute(const array< int32 > *permutation_indices) const override | gko::matrix::Dense< ValueType > | virtual |
inverse_column_permute(const array< int64 > *permutation_indices) const override | gko::matrix::Dense< ValueType > | virtual |
inverse_column_permute(const array< int32 > *permutation_indices, ptr_param< Dense > output) const | gko::matrix::Dense< ValueType > | |
inverse_column_permute(const array< int64 > *permutation_indices, ptr_param< Dense > output) const | gko::matrix::Dense< ValueType > | |
inverse_permute(const array< int32 > *permutation_indices) const override | gko::matrix::Dense< ValueType > | virtual |
inverse_permute(const array< int64 > *permutation_indices) const override | gko::matrix::Dense< ValueType > | virtual |
inverse_permute(const array< int32 > *permutation_indices, ptr_param< Dense > output) const | gko::matrix::Dense< ValueType > | |
inverse_permute(const array< int64 > *permutation_indices, ptr_param< Dense > output) const | gko::matrix::Dense< ValueType > | |
inverse_row_permute(const array< int32 > *permutation_indices) const override | gko::matrix::Dense< ValueType > | virtual |
inverse_row_permute(const array< int64 > *permutation_indices) const override | gko::matrix::Dense< ValueType > | virtual |
inverse_row_permute(const array< int32 > *permutation_indices, ptr_param< Dense > output) const | gko::matrix::Dense< ValueType > | |
inverse_row_permute(const array< int64 > *permutation_indices, ptr_param< Dense > output) const | gko::matrix::Dense< ValueType > | |
LinOp(const LinOp &)=default | gko::LinOp | |
LinOp(LinOp &&other) | gko::LinOp | inline |
make_complex() const | gko::matrix::Dense< ValueType > | |
make_complex(ptr_param< complex_type > result) const | 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_from(ptr_param< PolymorphicObject > other) (defined in gko::EnableAbstractPolymorphicObject< Dense< ValueType >, LinOp >) | gko::EnableAbstractPolymorphicObject< Dense< ValueType >, LinOp > | inline |
move_to(Dense< next_precision< ValueType >> *result) override (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(Fbcsr< ValueType, int32 > *result) override (defined in gko::matrix::Dense< ValueType >) | gko::matrix::Dense< ValueType > | |
move_to(Fbcsr< 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 > | |
move_to(SparsityCsr< ValueType, int32 > *result) override (defined in gko::matrix::Dense< ValueType >) | gko::matrix::Dense< ValueType > | |
move_to(SparsityCsr< 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 |
move_to(ptr_param< result_type > result) (defined in gko::ConvertibleTo< Dense< ValueType > >) | gko::ConvertibleTo< Dense< ValueType > > | inline |
ConvertibleTo< Dense< next_precision< ValueType > > >::move_to(result_type *result)=0 | gko::ConvertibleTo< Dense< next_precision< ValueType > > > | pure virtual |
move_to(ptr_param< result_type > result) (defined in gko::ConvertibleTo< Dense< next_precision< ValueType > > >) | gko::ConvertibleTo< Dense< next_precision< ValueType > > > | inline |
ConvertibleTo< Coo< ValueType, int32 > >::move_to(result_type *result)=0 | gko::ConvertibleTo< Coo< ValueType, int32 > > | pure virtual |
move_to(ptr_param< result_type > result) (defined in gko::ConvertibleTo< Coo< ValueType, int32 > >) | gko::ConvertibleTo< Coo< ValueType, int32 > > | inline |
ConvertibleTo< Coo< ValueType, int64 > >::move_to(result_type *result)=0 | gko::ConvertibleTo< Coo< ValueType, int64 > > | pure virtual |
move_to(ptr_param< result_type > result) (defined in gko::ConvertibleTo< Coo< ValueType, int64 > >) | gko::ConvertibleTo< Coo< ValueType, int64 > > | inline |
ConvertibleTo< Csr< ValueType, int32 > >::move_to(result_type *result)=0 | gko::ConvertibleTo< Csr< ValueType, int32 > > | pure virtual |
move_to(ptr_param< result_type > result) (defined in gko::ConvertibleTo< Csr< ValueType, int32 > >) | gko::ConvertibleTo< Csr< ValueType, int32 > > | inline |
ConvertibleTo< Csr< ValueType, int64 > >::move_to(result_type *result)=0 | gko::ConvertibleTo< Csr< ValueType, int64 > > | pure virtual |
move_to(ptr_param< result_type > result) (defined in gko::ConvertibleTo< Csr< ValueType, int64 > >) | gko::ConvertibleTo< Csr< ValueType, int64 > > | inline |
ConvertibleTo< Ell< ValueType, int32 > >::move_to(result_type *result)=0 | gko::ConvertibleTo< Ell< ValueType, int32 > > | pure virtual |
move_to(ptr_param< result_type > result) (defined in gko::ConvertibleTo< Ell< ValueType, int32 > >) | gko::ConvertibleTo< Ell< ValueType, int32 > > | inline |
ConvertibleTo< Ell< ValueType, int64 > >::move_to(result_type *result)=0 | gko::ConvertibleTo< Ell< ValueType, int64 > > | pure virtual |
move_to(ptr_param< result_type > result) (defined in gko::ConvertibleTo< Ell< ValueType, int64 > >) | gko::ConvertibleTo< Ell< ValueType, int64 > > | inline |
ConvertibleTo< Fbcsr< ValueType, int32 > >::move_to(result_type *result)=0 | gko::ConvertibleTo< Fbcsr< ValueType, int32 > > | pure virtual |
move_to(ptr_param< result_type > result) (defined in gko::ConvertibleTo< Fbcsr< ValueType, int32 > >) | gko::ConvertibleTo< Fbcsr< ValueType, int32 > > | inline |
ConvertibleTo< Fbcsr< ValueType, int64 > >::move_to(result_type *result)=0 | gko::ConvertibleTo< Fbcsr< ValueType, int64 > > | pure virtual |
move_to(ptr_param< result_type > result) (defined in gko::ConvertibleTo< Fbcsr< ValueType, int64 > >) | gko::ConvertibleTo< Fbcsr< ValueType, int64 > > | inline |
ConvertibleTo< Hybrid< ValueType, int32 > >::move_to(result_type *result)=0 | gko::ConvertibleTo< Hybrid< ValueType, int32 > > | pure virtual |
move_to(ptr_param< result_type > result) (defined in gko::ConvertibleTo< Hybrid< ValueType, int32 > >) | gko::ConvertibleTo< Hybrid< ValueType, int32 > > | inline |
ConvertibleTo< Hybrid< ValueType, int64 > >::move_to(result_type *result)=0 | gko::ConvertibleTo< Hybrid< ValueType, int64 > > | pure virtual |
move_to(ptr_param< result_type > result) (defined in gko::ConvertibleTo< Hybrid< ValueType, int64 > >) | gko::ConvertibleTo< Hybrid< ValueType, int64 > > | inline |
ConvertibleTo< Sellp< ValueType, int32 > >::move_to(result_type *result)=0 | gko::ConvertibleTo< Sellp< ValueType, int32 > > | pure virtual |
move_to(ptr_param< result_type > result) (defined in gko::ConvertibleTo< Sellp< ValueType, int32 > >) | gko::ConvertibleTo< Sellp< ValueType, int32 > > | inline |
ConvertibleTo< Sellp< ValueType, int64 > >::move_to(result_type *result)=0 | gko::ConvertibleTo< Sellp< ValueType, int64 > > | pure virtual |
move_to(ptr_param< result_type > result) (defined in gko::ConvertibleTo< Sellp< ValueType, int64 > >) | gko::ConvertibleTo< Sellp< ValueType, int64 > > | inline |
ConvertibleTo< SparsityCsr< ValueType, int32 > >::move_to(result_type *result)=0 | gko::ConvertibleTo< SparsityCsr< ValueType, int32 > > | pure virtual |
move_to(ptr_param< result_type > result) (defined in gko::ConvertibleTo< SparsityCsr< ValueType, int32 > >) | gko::ConvertibleTo< SparsityCsr< ValueType, int32 > > | inline |
ConvertibleTo< SparsityCsr< ValueType, int64 > >::move_to(result_type *result)=0 | gko::ConvertibleTo< SparsityCsr< ValueType, int64 > > | pure virtual |
move_to(ptr_param< result_type > result) (defined in gko::ConvertibleTo< SparsityCsr< ValueType, int64 > >) | gko::ConvertibleTo< SparsityCsr< ValueType, int64 > > | inline |
operator=(const Dense &) | gko::matrix::Dense< ValueType > | |
operator=(Dense &&) | gko::matrix::Dense< ValueType > | |
EnableLinOp< Dense< ValueType > >::operator=(const LinOp &)=default | gko::LinOp | |
EnableLinOp< Dense< ValueType > >::operator=(LinOp &&other) | gko::LinOp | inline |
operator=(const PolymorphicObject &) (defined in gko::PolymorphicObject) | gko::PolymorphicObject | inline |
permute(ptr_param< const Permutation< int32 >> permutation, permute_mode mode=permute_mode::symmetric) const | gko::matrix::Dense< ValueType > | |
permute(ptr_param< const Permutation< int64 >> permutation, permute_mode mode=permute_mode::symmetric) const | gko::matrix::Dense< ValueType > | |
permute(ptr_param< const Permutation< int32 >> permutation, ptr_param< Dense > output, permute_mode mode) const | gko::matrix::Dense< ValueType > | |
permute(ptr_param< const Permutation< int64 >> permutation, ptr_param< Dense > output, permute_mode mode) const | gko::matrix::Dense< ValueType > | |
permute(ptr_param< const Permutation< int32 >> row_permutation, ptr_param< const Permutation< int32 >> column_permutation, bool invert=false) const | gko::matrix::Dense< ValueType > | |
permute(ptr_param< const Permutation< int64 >> row_permutation, ptr_param< const Permutation< int64 >> column_permutation, bool invert=false) const | gko::matrix::Dense< ValueType > | |
permute(ptr_param< const Permutation< int32 >> row_permutation, ptr_param< const Permutation< int32 >> column_permutation, ptr_param< Dense > output, bool invert=false) const | gko::matrix::Dense< ValueType > | |
permute(ptr_param< const Permutation< int64 >> row_permutation, ptr_param< const Permutation< int64 >> column_permutation, ptr_param< Dense > output, bool invert=false) const | gko::matrix::Dense< ValueType > | |
permute(const array< int32 > *permutation_indices) const override | gko::matrix::Dense< ValueType > | virtual |
permute(const array< int64 > *permutation_indices) const override | gko::matrix::Dense< ValueType > | virtual |
permute(const array< int32 > *permutation_indices, ptr_param< Dense > output) const | gko::matrix::Dense< ValueType > | |
permute(const array< int64 > *permutation_indices, ptr_param< Dense > output) const | gko::matrix::Dense< ValueType > | |
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 > | |
read(const device_mat_data &data) override (defined in gko::matrix::Dense< ValueType >) | gko::matrix::Dense< ValueType > | |
read(const device_mat_data32 &data) override (defined in gko::matrix::Dense< ValueType >) | gko::matrix::Dense< ValueType > | |
read(device_mat_data &&data) override (defined in gko::matrix::Dense< ValueType >) | gko::matrix::Dense< ValueType > | |
read(device_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, int32 >::read(const matrix_assembly_data< ValueType, int32 > &data) | gko::ReadableFromMatrixData< ValueType, int32 > | inline |
ReadableFromMatrixData< ValueType, int32 >::read(const device_matrix_data< ValueType, int32 > &data) | gko::ReadableFromMatrixData< ValueType, int32 > | inlinevirtual |
ReadableFromMatrixData< ValueType, int32 >::read(device_matrix_data< ValueType, int32 > &&data) | gko::ReadableFromMatrixData< ValueType, int32 > | inlinevirtual |
ReadableFromMatrixData< ValueType, int64 >::read(const matrix_data< ValueType, int64 > &data)=0 | gko::ReadableFromMatrixData< ValueType, int64 > | pure virtual |
ReadableFromMatrixData< ValueType, int64 >::read(const matrix_assembly_data< ValueType, int64 > &data) | gko::ReadableFromMatrixData< ValueType, int64 > | inline |
ReadableFromMatrixData< ValueType, int64 >::read(const device_matrix_data< ValueType, int64 > &data) | gko::ReadableFromMatrixData< ValueType, int64 > | inlinevirtual |
ReadableFromMatrixData< ValueType, int64 >::read(device_matrix_data< ValueType, int64 > &&data) | gko::ReadableFromMatrixData< ValueType, int64 > | inlinevirtual |
real_type typedef (defined in gko::matrix::Dense< ValueType >) | gko::matrix::Dense< ValueType > | |
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< Dense< ValueType > >) | gko::EnablePolymorphicAssignment< Dense< ValueType > > | |
result_type typedef (defined in gko::ConvertibleTo< Dense< next_precision< ValueType > > >) | gko::ConvertibleTo< Dense< next_precision< 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< Fbcsr< ValueType, int32 > >) | gko::ConvertibleTo< Fbcsr< ValueType, int32 > > | |
result_type typedef (defined in gko::ConvertibleTo< Fbcsr< ValueType, int64 > >) | gko::ConvertibleTo< Fbcsr< 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 > > | |
result_type typedef (defined in gko::ConvertibleTo< SparsityCsr< ValueType, int32 > >) | gko::ConvertibleTo< SparsityCsr< ValueType, int32 > > | |
result_type typedef (defined in gko::ConvertibleTo< SparsityCsr< ValueType, int64 > >) | gko::ConvertibleTo< SparsityCsr< ValueType, int64 > > | |
row_gather(const array< int32 > *gather_indices) const | gko::matrix::Dense< ValueType > | |
row_gather(const array< int64 > *gather_indices) const | gko::matrix::Dense< ValueType > | |
row_gather(const array< int32 > *gather_indices, ptr_param< LinOp > row_collection) const | gko::matrix::Dense< ValueType > | |
row_gather(const array< int64 > *gather_indices, ptr_param< LinOp > row_collection) const | gko::matrix::Dense< ValueType > | |
row_gather(ptr_param< const LinOp > alpha, const array< int32 > *gather_indices, ptr_param< const LinOp > beta, ptr_param< LinOp > row_collection) const | gko::matrix::Dense< ValueType > | |
row_gather(ptr_param< const LinOp > alpha, const array< int64 > *gather_indices, ptr_param< const LinOp > beta, ptr_param< LinOp > row_collection) const | gko::matrix::Dense< ValueType > | |
row_major_range typedef (defined in gko::matrix::Dense< ValueType >) | gko::matrix::Dense< ValueType > | |
row_permute(const array< int32 > *permutation_indices) const override | gko::matrix::Dense< ValueType > | virtual |
row_permute(const array< int64 > *permutation_indices) const override | gko::matrix::Dense< ValueType > | virtual |
row_permute(const array< int32 > *permutation_indices, ptr_param< Dense > output) const | gko::matrix::Dense< ValueType > | |
row_permute(const array< int64 > *permutation_indices, ptr_param< Dense > output) const | gko::matrix::Dense< ValueType > | |
scale(ptr_param< const LinOp > alpha) | gko::matrix::Dense< ValueType > | |
scale_permute(ptr_param< const ScaledPermutation< value_type, int32 >> permutation, permute_mode mode=permute_mode::symmetric) const | gko::matrix::Dense< ValueType > | |
scale_permute(ptr_param< const ScaledPermutation< value_type, int64 >> permutation, permute_mode mode=permute_mode::symmetric) const | gko::matrix::Dense< ValueType > | |
scale_permute(ptr_param< const ScaledPermutation< value_type, int32 >> permutation, ptr_param< Dense > output, permute_mode mode) const | gko::matrix::Dense< ValueType > | |
scale_permute(ptr_param< const ScaledPermutation< value_type, int64 >> permutation, ptr_param< Dense > output, permute_mode mode) const | gko::matrix::Dense< ValueType > | |
scale_permute(ptr_param< const ScaledPermutation< value_type, int32 >> row_permutation, ptr_param< const ScaledPermutation< value_type, int32 >> column_permutation, bool invert=false) const | gko::matrix::Dense< ValueType > | |
scale_permute(ptr_param< const ScaledPermutation< value_type, int64 >> row_permutation, ptr_param< const ScaledPermutation< value_type, int64 >> column_permutation, bool invert=false) const | gko::matrix::Dense< ValueType > | |
scale_permute(ptr_param< const ScaledPermutation< value_type, int32 >> row_permutation, ptr_param< const ScaledPermutation< value_type, int32 >> column_permutation, ptr_param< Dense > output, bool invert=false) const | gko::matrix::Dense< ValueType > | |
scale_permute(ptr_param< const ScaledPermutation< value_type, int64 >> row_permutation, ptr_param< const ScaledPermutation< value_type, int64 >> column_permutation, ptr_param< Dense > output, bool invert=false) const | gko::matrix::Dense< ValueType > | |
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 |
SparsityCsr< ValueType, int32 > (defined in gko::matrix::Dense< ValueType >) | gko::matrix::Dense< ValueType > | friend |
SparsityCsr< ValueType, int64 > (defined in gko::matrix::Dense< ValueType >) | gko::matrix::Dense< ValueType > | friend |
sub_scaled(ptr_param< const LinOp > alpha, ptr_param< const LinOp > b) | gko::matrix::Dense< ValueType > | |
transpose() const override | gko::matrix::Dense< ValueType > | virtual |
transpose(ptr_param< Dense > output) const | gko::matrix::Dense< ValueType > | |
transposed_type typedef (defined in gko::matrix::Dense< ValueType >) | gko::matrix::Dense< ValueType > | |
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< Dense< next_precision< ValueType > > >) | gko::ConvertibleTo< Dense< next_precision< 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< Fbcsr< ValueType, int32 > >) | gko::ConvertibleTo< Fbcsr< ValueType, int32 > > | virtual |
~ConvertibleTo()=default (defined in gko::ConvertibleTo< Fbcsr< ValueType, int64 > >) | gko::ConvertibleTo< Fbcsr< 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 |
~ConvertibleTo()=default (defined in gko::ConvertibleTo< SparsityCsr< ValueType, int32 > >) | gko::ConvertibleTo< SparsityCsr< ValueType, int32 > > | virtual |
~ConvertibleTo()=default (defined in gko::ConvertibleTo< SparsityCsr< ValueType, int64 > >) | gko::ConvertibleTo< SparsityCsr< ValueType, int64 > > | 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< remove_complex< Dense< ValueType > > >) | gko::EnableAbsoluteComputation< remove_complex< Dense< ValueType > > > | virtual |
~Loggable()=default (defined in gko::log::Loggable) | gko::log::Loggable | virtual |
~Permutable()=default (defined in gko::Permutable< int32 >) | gko::Permutable< int32 > | virtual |
~Permutable()=default (defined in gko::Permutable< int64 >) | gko::Permutable< int64 > | 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 |