Ginkgo  Generated from pipelines/1478841010 branch based on develop. Ginkgo version 1.9.0
A numerical linear algebra library targeting many-core architectures
gko::experimental::distributed::Vector< ValueType > Member List

This is the complete list of members for gko::experimental::distributed::Vector< ValueType >, including all inherited members.

absolute_type typedef (defined in gko::experimental::distributed::Vector< ValueType >)gko::experimental::distributed::Vector< 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::experimental::distributed::Vector< ValueType >
apply(ptr_param< const LinOp > b, ptr_param< LinOp > x) const (defined in gko::experimental::EnableDistributedLinOp< Vector< ValueType > >)gko::experimental::EnableDistributedLinOp< Vector< ValueType > >inline
apply(ptr_param< const LinOp > b, ptr_param< LinOp > x) (defined in gko::experimental::EnableDistributedLinOp< Vector< ValueType > >)gko::experimental::EnableDistributedLinOp< Vector< 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::experimental::EnableDistributedLinOp< Vector< ValueType > >)gko::experimental::EnableDistributedLinOp< Vector< 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::experimental::EnableDistributedLinOp< Vector< ValueType > >)gko::experimental::EnableDistributedLinOp< Vector< ValueType > >inline
apply_uses_initial_guess() constgko::LinOpinlinevirtual
at_local(size_type row, size_type col) noexceptgko::experimental::distributed::Vector< ValueType >
at_local(size_type row, size_type col) const noexceptgko::experimental::distributed::Vector< ValueType >
at_local(size_type idx) noexceptgko::experimental::distributed::Vector< ValueType >
at_local(size_type idx) const noexceptgko::experimental::distributed::Vector< ValueType >
clear() (defined in gko::EnableAbstractPolymorphicObject< Vector< ValueType >, LinOp >)gko::EnableAbstractPolymorphicObject< Vector< 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< Vector< ValueType >, LinOp >)gko::EnableAbstractPolymorphicObject< Vector< ValueType >, LinOp >inline
clone() const (defined in gko::EnableAbstractPolymorphicObject< Vector< ValueType >, LinOp >)gko::EnableAbstractPolymorphicObject< Vector< ValueType >, LinOp >inline
complex_type typedef (defined in gko::experimental::distributed::Vector< ValueType >)gko::experimental::distributed::Vector< ValueType >
compute_absolute() const overridegko::experimental::distributed::Vector< ValueType >virtual
compute_absolute_inplace() overridegko::experimental::distributed::Vector< ValueType >virtual
compute_absolute_linop() const overridegko::EnableAbsoluteComputation< remove_complex< Vector< ValueType > > >inlinevirtual
compute_conj_dot(ptr_param< const LinOp > b, ptr_param< LinOp > result) constgko::experimental::distributed::Vector< ValueType >
compute_conj_dot(ptr_param< const LinOp > b, ptr_param< LinOp > result, array< char > &tmp) constgko::experimental::distributed::Vector< ValueType >
compute_dot(ptr_param< const LinOp > b, ptr_param< LinOp > result) constgko::experimental::distributed::Vector< ValueType >
compute_dot(ptr_param< const LinOp > b, ptr_param< LinOp > result, array< char > &tmp) constgko::experimental::distributed::Vector< ValueType >
compute_mean(ptr_param< LinOp > result) constgko::experimental::distributed::Vector< ValueType >
compute_mean(ptr_param< LinOp > result, array< char > &tmp) constgko::experimental::distributed::Vector< ValueType >
compute_norm1(ptr_param< LinOp > result) constgko::experimental::distributed::Vector< ValueType >
compute_norm1(ptr_param< LinOp > result, array< char > &tmp) constgko::experimental::distributed::Vector< ValueType >
compute_norm2(ptr_param< LinOp > result) constgko::experimental::distributed::Vector< ValueType >
compute_norm2(ptr_param< LinOp > result, array< char > &tmp) constgko::experimental::distributed::Vector< ValueType >
compute_squared_norm2(ptr_param< LinOp > result) constgko::experimental::distributed::Vector< ValueType >
compute_squared_norm2(ptr_param< LinOp > result, array< char > &tmp) constgko::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 >
EnableDistributedLinOp< Vector< ValueType > >::convert_to(result_type *result) const overridegko::EnablePolymorphicAssignment< Vector< ValueType > >inlinevirtual
convert_to(ptr_param< result_type > result) const (defined in gko::ConvertibleTo< Vector< ValueType > >)gko::ConvertibleTo< Vector< ValueType > >inline
ConvertibleTo< Vector< next_precision< ValueType > > >::convert_to(result_type *result) const=0gko::ConvertibleTo< Vector< next_precision< ValueType > > >pure virtual
convert_to(ptr_param< result_type > result) const (defined in gko::ConvertibleTo< Vector< next_precision< ValueType > > >)gko::ConvertibleTo< Vector< next_precision< ValueType > > >inline
copy_from(const PolymorphicObject *other) (defined in gko::EnableAbstractPolymorphicObject< Vector< ValueType >, LinOp >)gko::EnableAbstractPolymorphicObject< Vector< ValueType >, LinOp >inline
copy_from(std::unique_ptr< Derived > &&other) (defined in gko::EnableAbstractPolymorphicObject< Vector< ValueType >, LinOp >)gko::EnableAbstractPolymorphicObject< Vector< ValueType >, LinOp >inline
copy_from(const std::unique_ptr< Derived > &other) (defined in gko::EnableAbstractPolymorphicObject< Vector< ValueType >, LinOp >)gko::EnableAbstractPolymorphicObject< Vector< ValueType >, LinOp >inline
copy_from(const std::shared_ptr< const PolymorphicObject > &other) (defined in gko::EnableAbstractPolymorphicObject< Vector< ValueType >, LinOp >)gko::EnableAbstractPolymorphicObject< Vector< ValueType >, LinOp >inline
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, 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< Vector< ValueType >, LinOp >)gko::EnableAbstractPolymorphicObject< Vector< ValueType >, LinOp >inline
create_default() const (defined in gko::EnableAbstractPolymorphicObject< Vector< ValueType >, LinOp >)gko::EnableAbstractPolymorphicObject< Vector< ValueType >, LinOp >inline
create_real_view() constgko::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_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
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
EnableDistributedPolymorphicObject< 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() constgko::experimental::distributed::DistributedBaseinline
get_const_local_values() constgko::experimental::distributed::Vector< ValueType >
get_executor() const noexceptgko::PolymorphicObjectinline
get_imag() constgko::experimental::distributed::Vector< ValueType >
get_imag(ptr_param< real_type > result) constgko::experimental::distributed::Vector< ValueType >
get_local_values()gko::experimental::distributed::Vector< ValueType >
get_local_vector() constgko::experimental::distributed::Vector< ValueType >
get_loggers() const override (defined in gko::log::EnableLogging< PolymorphicObject >)gko::log::EnableLogging< PolymorphicObject >inlinevirtual
get_real() constgko::experimental::distributed::Vector< ValueType >
get_real(ptr_param< real_type > result) constgko::experimental::distributed::Vector< ValueType >
get_size() const noexceptgko::LinOpinline
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 >
LinOp(const LinOp &)=defaultgko::LinOp
LinOp(LinOp &&other)gko::LinOpinline
local_vector_type typedef (defined in gko::experimental::distributed::Vector< ValueType >)gko::experimental::distributed::Vector< ValueType >
make_complex() constgko::experimental::distributed::Vector< ValueType >
make_complex(ptr_param< complex_type > result) constgko::experimental::distributed::Vector< ValueType >
move_from(ptr_param< PolymorphicObject > other) (defined in gko::EnableAbstractPolymorphicObject< Vector< ValueType >, LinOp >)gko::EnableAbstractPolymorphicObject< Vector< ValueType >, LinOp >inline
move_to(Vector< next_precision< ValueType >> *result) override (defined in gko::experimental::distributed::Vector< ValueType >)gko::experimental::distributed::Vector< ValueType >
EnableDistributedLinOp< Vector< ValueType > >::move_to(result_type *result) overridegko::EnablePolymorphicAssignment< Vector< ValueType > >inlinevirtual
move_to(ptr_param< result_type > result) (defined in gko::ConvertibleTo< Vector< ValueType > >)gko::ConvertibleTo< Vector< ValueType > >inline
ConvertibleTo< Vector< next_precision< ValueType > > >::move_to(result_type *result)=0gko::ConvertibleTo< Vector< next_precision< ValueType > > >pure virtual
move_to(ptr_param< result_type > result) (defined in gko::ConvertibleTo< Vector< next_precision< ValueType > > >)gko::ConvertibleTo< Vector< next_precision< ValueType > > >inline
EnableDistributedLinOp< Vector< ValueType > >::operator=(const LinOp &)=defaultgko::LinOp
EnableDistributedLinOp< Vector< ValueType > >::operator=(LinOp &&other)gko::LinOpinline
operator=(const PolymorphicObject &) (defined in gko::PolymorphicObject)gko::PolymorphicObjectinline
gko::experimental::distributed::DistributedBase::operator=(const DistributedBase &)gko::experimental::distributed::DistributedBaseinline
gko::experimental::distributed::DistributedBase::operator=(DistributedBase &&) noexceptgko::experimental::distributed::DistributedBaseinline
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 >
real_type typedef (defined in gko::experimental::distributed::Vector< ValueType >)gko::experimental::distributed::Vector< 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< Vector< ValueType > >)gko::EnablePolymorphicAssignment< Vector< ValueType > >
result_type typedef (defined in gko::ConvertibleTo< Vector< next_precision< ValueType > > >)gko::ConvertibleTo< Vector< next_precision< ValueType > > >
scale(ptr_param< const LinOp > alpha)gko::experimental::distributed::Vector< ValueType >
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< next_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< Vector< ValueType > >)gko::ConvertibleTo< Vector< ValueType > >virtual
~ConvertibleTo()=default (defined in gko::ConvertibleTo< Vector< next_precision< ValueType > > >)gko::ConvertibleTo< Vector< next_precision< ValueType > > >virtual
~DistributedBase()=default (defined in gko::experimental::distributed::DistributedBase)gko::experimental::distributed::DistributedBasevirtual
~EnableAbsoluteComputation()=default (defined in gko::EnableAbsoluteComputation< remove_complex< Vector< ValueType > > >)gko::EnableAbsoluteComputation< remove_complex< Vector< ValueType > > >virtual
~Loggable()=default (defined in gko::log::Loggable)gko::log::Loggablevirtual
~PolymorphicObject() (defined in gko::PolymorphicObject)gko::PolymorphicObjectinlinevirtual