| absolute_type typedef (defined in gko::experimental::distributed::Vector< ValueType >) | gko::experimental::distributed::Vector< ValueType > | |
| add_logger(std::shared_ptr< const Logger > logger) override | gko::log::EnableLogging< PolymorphicObject > | inlinevirtual |
| add_scaled(ptr_param< const LinOp > alpha, ptr_param< const LinOp > b) | gko::experimental::distributed::Vector< ValueType > | |
| apply(ptr_param< const LinOp > b, ptr_param< LinOp > x) const (defined in gko::EnableLinOp< ConcreteLinOp, PolymorphicBase >) | gko::EnableLinOp< ConcreteLinOp, PolymorphicBase > | inline |
| apply(ptr_param< const LinOp > b, ptr_param< LinOp > x) (defined in gko::EnableLinOp< ConcreteLinOp, PolymorphicBase >) | gko::EnableLinOp< ConcreteLinOp, PolymorphicBase > | 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< ConcreteLinOp, PolymorphicBase >) | gko::EnableLinOp< ConcreteLinOp, PolymorphicBase > | 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< ConcreteLinOp, PolymorphicBase >) | gko::EnableLinOp< ConcreteLinOp, PolymorphicBase > | inline |
| apply_impl(const LinOp *, LinOp *) const override (defined in gko::experimental::distributed::Vector< ValueType >) | gko::experimental::distributed::Vector< ValueType > | protected |
| apply_impl(const LinOp *, const LinOp *, const LinOp *, LinOp *) const override (defined in gko::experimental::distributed::Vector< ValueType >) | gko::experimental::distributed::Vector< ValueType > | protected |
| at_local(size_type row, size_type col) noexcept | gko::experimental::distributed::Vector< ValueType > | |
| at_local(size_type row, size_type col) const noexcept | gko::experimental::distributed::Vector< ValueType > | |
| at_local(size_type idx) noexcept | gko::experimental::distributed::Vector< ValueType > | |
| at_local(size_type idx) const noexcept | gko::experimental::distributed::Vector< ValueType > | |
| clear() (defined in gko::EnableAbstractPolymorphicObject< AbstractObject, PolymorphicBase >) | gko::EnableAbstractPolymorphicObject< AbstractObject, PolymorphicBase > | inline |
| clear_impl() override | gko::EnablePolymorphicObject< ConcreteObject, PolymorphicBase > | inlineprotectedvirtual |
| clear_loggers() override | gko::log::EnableLogging< PolymorphicObject > | inlinevirtual |
| clone(std::shared_ptr< const Executor > exec) const (defined in gko::EnableAbstractPolymorphicObject< AbstractObject, PolymorphicBase >) | gko::EnableAbstractPolymorphicObject< AbstractObject, PolymorphicBase > | inline |
| clone() const (defined in gko::EnableAbstractPolymorphicObject< AbstractObject, PolymorphicBase >) | gko::EnableAbstractPolymorphicObject< AbstractObject, PolymorphicBase > | inline |
| complex_type typedef (defined in gko::experimental::distributed::Vector< ValueType >) | gko::experimental::distributed::Vector< ValueType > | |
| compute_absolute() const override | gko::experimental::distributed::Vector< ValueType > | virtual |
| compute_absolute_inplace() override | gko::experimental::distributed::Vector< ValueType > | virtual |
| compute_absolute_linop() const override | gko::EnableAbsoluteComputation< AbsoluteLinOp > | inlinevirtual |
| compute_conj_dot(ptr_param< const LinOp > b, ptr_param< LinOp > result) const | gko::experimental::distributed::Vector< ValueType > | |
| compute_conj_dot(ptr_param< const LinOp > b, ptr_param< LinOp > result, array< char > &tmp) const | gko::experimental::distributed::Vector< ValueType > | |
| compute_dot(ptr_param< const LinOp > b, ptr_param< LinOp > result) const | gko::experimental::distributed::Vector< ValueType > | |
| compute_dot(ptr_param< const LinOp > b, ptr_param< LinOp > result, array< char > &tmp) const | gko::experimental::distributed::Vector< ValueType > | |
| compute_mean(ptr_param< LinOp > result) const | gko::experimental::distributed::Vector< ValueType > | |
| compute_mean(ptr_param< LinOp > result, array< char > &tmp) const | gko::experimental::distributed::Vector< ValueType > | |
| compute_norm1(ptr_param< LinOp > result) const | gko::experimental::distributed::Vector< ValueType > | |
| compute_norm1(ptr_param< LinOp > result, array< char > &tmp) const | gko::experimental::distributed::Vector< ValueType > | |
| compute_norm2(ptr_param< LinOp > result) const | gko::experimental::distributed::Vector< ValueType > | |
| compute_norm2(ptr_param< LinOp > result, array< char > &tmp) const | gko::experimental::distributed::Vector< ValueType > | |
| compute_squared_norm2(ptr_param< LinOp > result) const | gko::experimental::distributed::Vector< ValueType > | |
| compute_squared_norm2(ptr_param< LinOp > result, array< char > &tmp) const | gko::experimental::distributed::Vector< ValueType > | |
| convert_to(Vector< next_precision< ValueType > > *result) const override (defined in gko::experimental::distributed::Vector< ValueType >) | gko::experimental::distributed::Vector< ValueType > | |
| convert_to(Vector< next_precision< next_precision< ValueType > > > *result) const override (defined in gko::experimental::distributed::Vector< ValueType >) | gko::experimental::distributed::Vector< ValueType > | |
| gko::EnableLinOp::convert_to(result_type *result) const override | gko::EnablePolymorphicAssignment< ConcreteLinOp > | inline |
| gko::ConvertibleTo::convert_to(result_type *result) const =0 | gko::ConvertibleTo< ResultType > | pure virtual |
| convert_to(ptr_param< result_type > result) const (defined in gko::ConvertibleTo< ResultType >) | gko::ConvertibleTo< ResultType > | inline |
| convert_to(ptr_param< result_type > result) const (defined in gko::ConvertibleTo< ResultType >) | gko::ConvertibleTo< ResultType > | inline |
| copy_from(const PolymorphicObject *other) (defined in gko::EnableAbstractPolymorphicObject< AbstractObject, PolymorphicBase >) | gko::EnableAbstractPolymorphicObject< AbstractObject, PolymorphicBase > | inline |
| copy_from(std::unique_ptr< Derived > &&other) (defined in gko::EnableAbstractPolymorphicObject< AbstractObject, PolymorphicBase >) | gko::EnableAbstractPolymorphicObject< AbstractObject, PolymorphicBase > | inline |
| copy_from(const std::unique_ptr< Derived > &other) (defined in gko::EnableAbstractPolymorphicObject< AbstractObject, PolymorphicBase >) | gko::EnableAbstractPolymorphicObject< AbstractObject, PolymorphicBase > | inline |
| copy_from(const std::shared_ptr< const PolymorphicObject > &other) (defined in gko::EnableAbstractPolymorphicObject< AbstractObject, PolymorphicBase >) | gko::EnableAbstractPolymorphicObject< AbstractObject, PolymorphicBase > | 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 |
| copy_from_impl(const PolymorphicObject *other) override | gko::EnablePolymorphicObject< ConcreteObject, PolymorphicBase > | inlineprotectedvirtual |
| copy_from_impl(std::unique_ptr< PolymorphicObject > other) override | gko::EnablePolymorphicObject< ConcreteObject, PolymorphicBase > | inlineprotectedvirtual |
| create(std::shared_ptr< const Executor > exec, mpi::communicator comm, dim< 2 > global_size, dim< 2 > local_size, size_type stride) | gko::experimental::distributed::Vector< ValueType > | static |
| create(std::shared_ptr< const Executor > exec, mpi::communicator comm, dim< 2 > global_size={}, dim< 2 > local_size={}) | gko::experimental::distributed::Vector< ValueType > | static |
| create(std::shared_ptr< const Executor > exec, mpi::communicator comm, dim< 2 > global_size, std::unique_ptr< local_vector_type > local_vector) | gko::experimental::distributed::Vector< ValueType > | static |
| create(std::shared_ptr< const Executor > exec, mpi::communicator comm, std::unique_ptr< local_vector_type > local_vector) | gko::experimental::distributed::Vector< ValueType > | static |
| create_const(std::shared_ptr< const Executor > exec, mpi::communicator comm, dim< 2 > global_size, std::unique_ptr< const local_vector_type > local_vector) | gko::experimental::distributed::Vector< ValueType > | static |
| create_const(std::shared_ptr< const Executor > exec, mpi::communicator comm, std::unique_ptr< const local_vector_type > local_vector) | gko::experimental::distributed::Vector< ValueType > | static |
| create_default(std::shared_ptr< const Executor > exec) const (defined in gko::EnableAbstractPolymorphicObject< AbstractObject, PolymorphicBase >) | gko::EnableAbstractPolymorphicObject< AbstractObject, PolymorphicBase > | inline |
| create_default() const (defined in gko::EnableAbstractPolymorphicObject< AbstractObject, PolymorphicBase >) | gko::EnableAbstractPolymorphicObject< AbstractObject, PolymorphicBase > | inline |
| create_default_impl(std::shared_ptr< const Executor > exec) const override | gko::EnablePolymorphicObject< ConcreteObject, PolymorphicBase > | inlineprotectedvirtual |
| create_real_view() const | gko::experimental::distributed::Vector< ValueType > | |
| create_real_view() | gko::experimental::distributed::Vector< ValueType > | |
| create_with_config_of(ptr_param< const Vector > other) | gko::experimental::distributed::Vector< ValueType > | static |
| create_with_same_config() const | gko::experimental::distributed::Vector< ValueType > | protectedvirtual |
| create_with_type_of(ptr_param< const Vector > other, std::shared_ptr< const Executor > exec) | gko::experimental::distributed::Vector< ValueType > | static |
| create_with_type_of(ptr_param< const Vector > other, std::shared_ptr< const Executor > exec, const dim< 2 > &global_size, const dim< 2 > &local_size, size_type stride) | gko::experimental::distributed::Vector< ValueType > | static |
| create_with_type_of_impl(std::shared_ptr< const Executor > exec, const dim< 2 > &global_size, const dim< 2 > &local_size, size_type stride) const | gko::experimental::distributed::Vector< ValueType > | protectedvirtual |
| DistributedBase(const DistributedBase &other)=default (defined in gko::experimental::distributed::DistributedBase) | gko::experimental::distributed::DistributedBase | |
| DistributedBase(DistributedBase &&other)=default (defined in gko::experimental::distributed::DistributedBase) | gko::experimental::distributed::DistributedBase | |
| DistributedBase(mpi::communicator comm) | gko::experimental::distributed::DistributedBase | inlineexplicitprotected |
| EnablePolymorphicObject< Vector, LinOp > (defined in gko::experimental::distributed::Vector< ValueType >) | gko::experimental::distributed::Vector< ValueType > | friend |
| fill(ValueType value) | gko::experimental::distributed::Vector< ValueType > | |
| get_communicator() const | gko::experimental::distributed::DistributedBase | inline |
| get_const_local_values() const | gko::experimental::distributed::Vector< ValueType > | |
| get_executor() const noexcept | gko::PolymorphicObject | inline |
| get_imag() const | gko::experimental::distributed::Vector< ValueType > | |
| get_imag(ptr_param< real_type > result) const | gko::experimental::distributed::Vector< ValueType > | |
| get_local_values() | gko::experimental::distributed::Vector< ValueType > | |
| get_local_vector() const | gko::experimental::distributed::Vector< ValueType > | |
| get_loggers() const override | gko::log::EnableLogging< PolymorphicObject > | inlinevirtual |
| get_real() const | gko::experimental::distributed::Vector< ValueType > | |
| get_real(ptr_param< real_type > result) const | gko::experimental::distributed::Vector< ValueType > | |
| get_stride() const noexcept (defined in gko::experimental::distributed::Vector< ValueType >) | gko::experimental::distributed::Vector< ValueType > | inline |
| inv_scale(ptr_param< const LinOp > alpha) | gko::experimental::distributed::Vector< ValueType > | |
| local_vector_type typedef (defined in gko::experimental::distributed::Vector< ValueType >) | gko::experimental::distributed::Vector< ValueType > | |
| make_complex() const | gko::experimental::distributed::Vector< ValueType > | |
| make_complex(ptr_param< complex_type > result) const | gko::experimental::distributed::Vector< ValueType > | |
| move_from(ptr_param< PolymorphicObject > other) (defined in gko::EnableAbstractPolymorphicObject< AbstractObject, PolymorphicBase >) | gko::EnableAbstractPolymorphicObject< AbstractObject, PolymorphicBase > | inline |
| move_from_impl(PolymorphicObject *other) override | gko::EnablePolymorphicObject< ConcreteObject, PolymorphicBase > | inlineprotectedvirtual |
| move_from_impl(std::unique_ptr< PolymorphicObject > other) override | gko::EnablePolymorphicObject< ConcreteObject, PolymorphicBase > | inlineprotectedvirtual |
| move_to(Vector< next_precision< ValueType > > *result) override (defined in gko::experimental::distributed::Vector< ValueType >) | gko::experimental::distributed::Vector< ValueType > | |
| move_to(Vector< next_precision< next_precision< ValueType > > > *result) override (defined in gko::experimental::distributed::Vector< ValueType >) | gko::experimental::distributed::Vector< ValueType > | |
| gko::EnableLinOp::move_to(result_type *result) override | gko::EnablePolymorphicAssignment< ConcreteLinOp > | inline |
| gko::ConvertibleTo::move_to(result_type *result)=0 | gko::ConvertibleTo< ResultType > | pure virtual |
| move_to(ptr_param< result_type > result) (defined in gko::ConvertibleTo< ResultType >) | gko::ConvertibleTo< ResultType > | inline |
| move_to(ptr_param< result_type > result) (defined in gko::ConvertibleTo< ResultType >) | gko::ConvertibleTo< ResultType > | inline |
| operator=(const PolymorphicObject &) (defined in gko::PolymorphicObject) | gko::PolymorphicObject | inline |
| gko::experimental::distributed::DistributedBase::operator=(const DistributedBase &) | gko::experimental::distributed::DistributedBase | inline |
| gko::experimental::distributed::DistributedBase::operator=(DistributedBase &&) noexcept | gko::experimental::distributed::DistributedBase | inline |
| PolymorphicObject(std::shared_ptr< const Executor > exec) | gko::PolymorphicObject | inlineexplicitprotected |
| PolymorphicObject(const PolymorphicObject &other) (defined in gko::PolymorphicObject) | gko::PolymorphicObject | inlineexplicitprotected |
| read_distributed(const device_matrix_data< ValueType, int64 > &data, ptr_param< const Partition< int64, int64 > > partition) | gko::experimental::distributed::Vector< ValueType > | |
| read_distributed(const device_matrix_data< ValueType, int64 > &data, ptr_param< const Partition< int32, int64 > > partition) (defined in gko::experimental::distributed::Vector< ValueType >) | gko::experimental::distributed::Vector< ValueType > | |
| read_distributed(const device_matrix_data< ValueType, int32 > &data, ptr_param< const Partition< int32, int32 > > partition) (defined in gko::experimental::distributed::Vector< ValueType >) | gko::experimental::distributed::Vector< ValueType > | |
| read_distributed(const matrix_data< ValueType, int64 > &data, ptr_param< const Partition< int64, int64 > > partition) | gko::experimental::distributed::Vector< ValueType > | |
| read_distributed(const matrix_data< ValueType, int64 > &data, ptr_param< const Partition< int32, int64 > > partition) (defined in gko::experimental::distributed::Vector< ValueType >) | gko::experimental::distributed::Vector< ValueType > | |
| read_distributed(const matrix_data< ValueType, int32 > &data, ptr_param< const Partition< int32, int32 > > partition) (defined in gko::experimental::distributed::Vector< ValueType >) | gko::experimental::distributed::Vector< ValueType > | |
| read_distributed_impl(const device_matrix_data< ValueType, GlobalIndexType > &data, const Partition< LocalIndexType, GlobalIndexType > *partition) (defined in gko::experimental::distributed::Vector< ValueType >) | gko::experimental::distributed::Vector< ValueType > | protected |
| real_type typedef (defined in gko::experimental::distributed::Vector< ValueType >) | gko::experimental::distributed::Vector< ValueType > | |
| remove_logger(const Logger *logger) override | gko::log::EnableLogging< PolymorphicObject > | inlinevirtual |
| resize(dim< 2 > global_size, dim< 2 > local_size) (defined in gko::experimental::distributed::Vector< ValueType >) | gko::experimental::distributed::Vector< ValueType > | protected |
| scale(ptr_param< const LinOp > alpha) | gko::experimental::distributed::Vector< ValueType > | |
| self() noexcept (defined in gko::EnableLinOp< ConcreteLinOp, PolymorphicBase >) | gko::EnableLinOp< ConcreteLinOp, PolymorphicBase > | inlineprotected |
| self() const noexcept (defined in gko::EnableLinOp< ConcreteLinOp, PolymorphicBase >) | gko::EnableLinOp< ConcreteLinOp, PolymorphicBase > | inlineprotected |
| sub_scaled(ptr_param< const LinOp > alpha, ptr_param< const LinOp > b) | gko::experimental::distributed::Vector< ValueType > | |
| value_type typedef (defined in gko::experimental::distributed::Vector< ValueType >) | gko::experimental::distributed::Vector< ValueType > | |
| Vector(std::shared_ptr< const Executor > exec, mpi::communicator comm, dim< 2 > global_size, dim< 2 > local_size, size_type stride) (defined in gko::experimental::distributed::Vector< ValueType >) | gko::experimental::distributed::Vector< ValueType > | protected |
| Vector(std::shared_ptr< const Executor > exec, mpi::communicator comm, dim< 2 > global_size={}, dim< 2 > local_size={}) (defined in gko::experimental::distributed::Vector< ValueType >) | gko::experimental::distributed::Vector< ValueType > | explicitprotected |
| Vector(std::shared_ptr< const Executor > exec, mpi::communicator comm, dim< 2 > global_size, std::unique_ptr< local_vector_type > local_vector) (defined in gko::experimental::distributed::Vector< ValueType >) | gko::experimental::distributed::Vector< ValueType > | protected |
| Vector(std::shared_ptr< const Executor > exec, mpi::communicator comm, std::unique_ptr< local_vector_type > local_vector) (defined in gko::experimental::distributed::Vector< ValueType >) | gko::experimental::distributed::Vector< ValueType > | protected |
| Vector< previous_precision< previous_precision< ValueType > > > (defined in gko::experimental::distributed::Vector< ValueType >) | gko::experimental::distributed::Vector< ValueType > | friend |
| Vector< previous_precision< ValueType > > (defined in gko::experimental::distributed::Vector< ValueType >) | gko::experimental::distributed::Vector< ValueType > | friend |
| Vector< remove_complex< ValueType > > (defined in gko::experimental::distributed::Vector< ValueType >) | gko::experimental::distributed::Vector< ValueType > | friend |
| Vector< to_complex< ValueType > > (defined in gko::experimental::distributed::Vector< ValueType >) | gko::experimental::distributed::Vector< ValueType > | friend |
| ~ConvertibleTo()=default (defined in gko::ConvertibleTo< ResultType >) | gko::ConvertibleTo< ResultType > | virtual |
| ~DistributedBase()=default (defined in gko::experimental::distributed::DistributedBase) | gko::experimental::distributed::DistributedBase | virtual |
| ~EnableAbsoluteComputation()=default (defined in gko::EnableAbsoluteComputation< AbsoluteLinOp >) | gko::EnableAbsoluteComputation< AbsoluteLinOp > | virtual |
| ~Loggable()=default (defined in gko::log::Loggable) | gko::log::Loggable | virtual |
| ~PolymorphicObject() (defined in gko::PolymorphicObject) | gko::PolymorphicObject | inlinevirtual |