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::Matrix< ValueType, LocalIndexType, GlobalIndexType > Member List

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

add_logger(std::shared_ptr< const Logger > logger) override (defined in gko::log::EnableLogging< PolymorphicObject >)gko::log::EnableLogging< PolymorphicObject >inlinevirtual
apply(ptr_param< const LinOp > b, ptr_param< LinOp > x) const (defined in gko::experimental::EnableDistributedLinOp< Matrix< ValueType, LocalIndexType, GlobalIndexType > >)gko::experimental::EnableDistributedLinOp< Matrix< ValueType, LocalIndexType, GlobalIndexType > >inline
apply(ptr_param< const LinOp > b, ptr_param< LinOp > x) (defined in gko::experimental::EnableDistributedLinOp< Matrix< ValueType, LocalIndexType, GlobalIndexType > >)gko::experimental::EnableDistributedLinOp< Matrix< ValueType, LocalIndexType, GlobalIndexType > >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< Matrix< ValueType, LocalIndexType, GlobalIndexType > >)gko::experimental::EnableDistributedLinOp< Matrix< ValueType, LocalIndexType, GlobalIndexType > >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< Matrix< ValueType, LocalIndexType, GlobalIndexType > >)gko::experimental::EnableDistributedLinOp< Matrix< ValueType, LocalIndexType, GlobalIndexType > >inline
apply_uses_initial_guess() constgko::LinOpinlinevirtual
clear() (defined in gko::EnableAbstractPolymorphicObject< Matrix< ValueType, LocalIndexType, GlobalIndexType >, LinOp >)gko::EnableAbstractPolymorphicObject< Matrix< ValueType, LocalIndexType, GlobalIndexType >, 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< Matrix< ValueType, LocalIndexType, GlobalIndexType >, LinOp >)gko::EnableAbstractPolymorphicObject< Matrix< ValueType, LocalIndexType, GlobalIndexType >, LinOp >inline
clone() const (defined in gko::EnableAbstractPolymorphicObject< Matrix< ValueType, LocalIndexType, GlobalIndexType >, LinOp >)gko::EnableAbstractPolymorphicObject< Matrix< ValueType, LocalIndexType, GlobalIndexType >, LinOp >inline
col_scale(ptr_param< const global_vector_type > scaling_factors)gko::experimental::distributed::Matrix< ValueType, LocalIndexType, GlobalIndexType >
convert_to(Matrix< next_precision< value_type >, local_index_type, global_index_type > *result) const override (defined in gko::experimental::distributed::Matrix< ValueType, LocalIndexType, GlobalIndexType >)gko::experimental::distributed::Matrix< ValueType, LocalIndexType, GlobalIndexType >
EnableDistributedLinOp< Matrix< ValueType, LocalIndexType, GlobalIndexType > >::convert_to(result_type *result) const overridegko::EnablePolymorphicAssignment< Matrix< ValueType, LocalIndexType, GlobalIndexType > >inlinevirtual
convert_to(ptr_param< result_type > result) const (defined in gko::ConvertibleTo< Matrix< ValueType, LocalIndexType, GlobalIndexType > >)gko::ConvertibleTo< Matrix< ValueType, LocalIndexType, GlobalIndexType > >inline
ConvertibleTo< Matrix< next_precision< ValueType >, LocalIndexType, GlobalIndexType > >::convert_to(result_type *result) const=0gko::ConvertibleTo< Matrix< next_precision< ValueType >, LocalIndexType, GlobalIndexType > >pure virtual
convert_to(ptr_param< result_type > result) const (defined in gko::ConvertibleTo< Matrix< next_precision< ValueType >, LocalIndexType, GlobalIndexType > >)gko::ConvertibleTo< Matrix< next_precision< ValueType >, LocalIndexType, GlobalIndexType > >inline
copy_from(const PolymorphicObject *other) (defined in gko::EnableAbstractPolymorphicObject< Matrix< ValueType, LocalIndexType, GlobalIndexType >, LinOp >)gko::EnableAbstractPolymorphicObject< Matrix< ValueType, LocalIndexType, GlobalIndexType >, LinOp >inline
copy_from(std::unique_ptr< Derived > &&other) (defined in gko::EnableAbstractPolymorphicObject< Matrix< ValueType, LocalIndexType, GlobalIndexType >, LinOp >)gko::EnableAbstractPolymorphicObject< Matrix< ValueType, LocalIndexType, GlobalIndexType >, LinOp >inline
copy_from(const std::unique_ptr< Derived > &other) (defined in gko::EnableAbstractPolymorphicObject< Matrix< ValueType, LocalIndexType, GlobalIndexType >, LinOp >)gko::EnableAbstractPolymorphicObject< Matrix< ValueType, LocalIndexType, GlobalIndexType >, LinOp >inline
copy_from(const std::shared_ptr< const PolymorphicObject > &other) (defined in gko::EnableAbstractPolymorphicObject< Matrix< ValueType, LocalIndexType, GlobalIndexType >, LinOp >)gko::EnableAbstractPolymorphicObject< Matrix< ValueType, LocalIndexType, GlobalIndexType >, 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)gko::experimental::distributed::Matrix< ValueType, LocalIndexType, GlobalIndexType >static
create(std::shared_ptr< const Executor > exec, mpi::communicator comm, MatrixType matrix_template)gko::experimental::distributed::Matrix< ValueType, LocalIndexType, GlobalIndexType >inlinestatic
create(std::shared_ptr< const Executor > exec, mpi::communicator comm, LocalMatrixType local_matrix_template, NonLocalMatrixType non_local_matrix_template)gko::experimental::distributed::Matrix< ValueType, LocalIndexType, GlobalIndexType >inlinestatic
create(std::shared_ptr< const Executor > exec, mpi::communicator comm, ptr_param< const LinOp > matrix_template)gko::experimental::distributed::Matrix< ValueType, LocalIndexType, GlobalIndexType >static
create(std::shared_ptr< const Executor > exec, mpi::communicator comm, ptr_param< const LinOp > local_matrix_template, ptr_param< const LinOp > non_local_matrix_template)gko::experimental::distributed::Matrix< ValueType, LocalIndexType, GlobalIndexType >static
create(std::shared_ptr< const Executor > exec, mpi::communicator comm, dim< 2 > size, std::shared_ptr< LinOp > local_linop)gko::experimental::distributed::Matrix< ValueType, LocalIndexType, GlobalIndexType >static
create(std::shared_ptr< const Executor > exec, mpi::communicator comm, dim< 2 > size, std::shared_ptr< LinOp > local_linop, std::shared_ptr< LinOp > non_local_linop, std::vector< comm_index_type > recv_sizes, std::vector< comm_index_type > recv_offsets, array< local_index_type > recv_gather_idxs)gko::experimental::distributed::Matrix< ValueType, LocalIndexType, GlobalIndexType >static
create_default(std::shared_ptr< const Executor > exec) const (defined in gko::EnableAbstractPolymorphicObject< Matrix< ValueType, LocalIndexType, GlobalIndexType >, LinOp >)gko::EnableAbstractPolymorphicObject< Matrix< ValueType, LocalIndexType, GlobalIndexType >, LinOp >inline
create_default() const (defined in gko::EnableAbstractPolymorphicObject< Matrix< ValueType, LocalIndexType, GlobalIndexType >, LinOp >)gko::EnableAbstractPolymorphicObject< Matrix< ValueType, LocalIndexType, GlobalIndexType >, LinOp >inline
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< Matrix, LinOp > (defined in gko::experimental::distributed::Matrix< ValueType, LocalIndexType, GlobalIndexType >)gko::experimental::distributed::Matrix< ValueType, LocalIndexType, GlobalIndexType >friend
get_communicator() constgko::experimental::distributed::DistributedBaseinline
get_executor() const noexceptgko::PolymorphicObjectinline
get_local_matrix() constgko::experimental::distributed::Matrix< ValueType, LocalIndexType, GlobalIndexType >inline
get_loggers() const override (defined in gko::log::EnableLogging< PolymorphicObject >)gko::log::EnableLogging< PolymorphicObject >inlinevirtual
get_non_local_matrix() constgko::experimental::distributed::Matrix< ValueType, LocalIndexType, GlobalIndexType >inline
get_size() const noexceptgko::LinOpinline
global_index_type typedef (defined in gko::experimental::distributed::Matrix< ValueType, LocalIndexType, GlobalIndexType >)gko::experimental::distributed::Matrix< ValueType, LocalIndexType, GlobalIndexType >
global_vector_type typedef (defined in gko::experimental::distributed::Matrix< ValueType, LocalIndexType, GlobalIndexType >)gko::experimental::distributed::Matrix< ValueType, LocalIndexType, GlobalIndexType >
index_type typedef (defined in gko::experimental::distributed::Matrix< ValueType, LocalIndexType, GlobalIndexType >)gko::experimental::distributed::Matrix< ValueType, LocalIndexType, GlobalIndexType >
LinOp(const LinOp &)=defaultgko::LinOp
LinOp(LinOp &&other)gko::LinOpinline
local_index_type typedef (defined in gko::experimental::distributed::Matrix< ValueType, LocalIndexType, GlobalIndexType >)gko::experimental::distributed::Matrix< ValueType, LocalIndexType, GlobalIndexType >
local_vector_type typedef (defined in gko::experimental::distributed::Matrix< ValueType, LocalIndexType, GlobalIndexType >)gko::experimental::distributed::Matrix< ValueType, LocalIndexType, GlobalIndexType >
Matrix(const Matrix &other)gko::experimental::distributed::Matrix< ValueType, LocalIndexType, GlobalIndexType >
Matrix(Matrix &&other) noexceptgko::experimental::distributed::Matrix< ValueType, LocalIndexType, GlobalIndexType >
Matrix< next_precision< ValueType >, LocalIndexType, GlobalIndexType > (defined in gko::experimental::distributed::Matrix< ValueType, LocalIndexType, GlobalIndexType >)gko::experimental::distributed::Matrix< ValueType, LocalIndexType, GlobalIndexType >friend
move_from(ptr_param< PolymorphicObject > other) (defined in gko::EnableAbstractPolymorphicObject< Matrix< ValueType, LocalIndexType, GlobalIndexType >, LinOp >)gko::EnableAbstractPolymorphicObject< Matrix< ValueType, LocalIndexType, GlobalIndexType >, LinOp >inline
move_to(Matrix< next_precision< value_type >, local_index_type, global_index_type > *result) override (defined in gko::experimental::distributed::Matrix< ValueType, LocalIndexType, GlobalIndexType >)gko::experimental::distributed::Matrix< ValueType, LocalIndexType, GlobalIndexType >
EnableDistributedLinOp< Matrix< ValueType, LocalIndexType, GlobalIndexType > >::move_to(result_type *result) overridegko::EnablePolymorphicAssignment< Matrix< ValueType, LocalIndexType, GlobalIndexType > >inlinevirtual
move_to(ptr_param< result_type > result) (defined in gko::ConvertibleTo< Matrix< ValueType, LocalIndexType, GlobalIndexType > >)gko::ConvertibleTo< Matrix< ValueType, LocalIndexType, GlobalIndexType > >inline
ConvertibleTo< Matrix< next_precision< ValueType >, LocalIndexType, GlobalIndexType > >::move_to(result_type *result)=0gko::ConvertibleTo< Matrix< next_precision< ValueType >, LocalIndexType, GlobalIndexType > >pure virtual
move_to(ptr_param< result_type > result) (defined in gko::ConvertibleTo< Matrix< next_precision< ValueType >, LocalIndexType, GlobalIndexType > >)gko::ConvertibleTo< Matrix< next_precision< ValueType >, LocalIndexType, GlobalIndexType > >inline
multigrid::Pgm< ValueType, LocalIndexType > (defined in gko::experimental::distributed::Matrix< ValueType, LocalIndexType, GlobalIndexType >)gko::experimental::distributed::Matrix< ValueType, LocalIndexType, GlobalIndexType >friend
operator=(const Matrix &other)gko::experimental::distributed::Matrix< ValueType, LocalIndexType, GlobalIndexType >
operator=(Matrix &&other)gko::experimental::distributed::Matrix< ValueType, LocalIndexType, GlobalIndexType >
EnableDistributedLinOp< Matrix< ValueType, LocalIndexType, GlobalIndexType > >::operator=(const LinOp &)=defaultgko::LinOp
EnableDistributedLinOp< Matrix< ValueType, LocalIndexType, GlobalIndexType > >::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< value_type, global_index_type > &data, std::shared_ptr< const Partition< local_index_type, global_index_type >> partition)gko::experimental::distributed::Matrix< ValueType, LocalIndexType, GlobalIndexType >
read_distributed(const matrix_data< value_type, global_index_type > &data, std::shared_ptr< const Partition< local_index_type, global_index_type >> partition)gko::experimental::distributed::Matrix< ValueType, LocalIndexType, GlobalIndexType >
read_distributed(const device_matrix_data< value_type, global_index_type > &data, std::shared_ptr< const Partition< local_index_type, global_index_type >> row_partition, std::shared_ptr< const Partition< local_index_type, global_index_type >> col_partition)gko::experimental::distributed::Matrix< ValueType, LocalIndexType, GlobalIndexType >
read_distributed(const matrix_data< value_type, global_index_type > &data, std::shared_ptr< const Partition< local_index_type, global_index_type >> row_partition, std::shared_ptr< const Partition< local_index_type, global_index_type >> col_partition)gko::experimental::distributed::Matrix< ValueType, LocalIndexType, GlobalIndexType >
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< Matrix< ValueType, LocalIndexType, GlobalIndexType > >)gko::EnablePolymorphicAssignment< Matrix< ValueType, LocalIndexType, GlobalIndexType > >
result_type typedef (defined in gko::ConvertibleTo< Matrix< next_precision< ValueType >, LocalIndexType, GlobalIndexType > >)gko::ConvertibleTo< Matrix< next_precision< ValueType >, LocalIndexType, GlobalIndexType > >
row_scale(ptr_param< const global_vector_type > scaling_factors)gko::experimental::distributed::Matrix< ValueType, LocalIndexType, GlobalIndexType >
value_type typedef (defined in gko::experimental::distributed::Matrix< ValueType, LocalIndexType, GlobalIndexType >)gko::experimental::distributed::Matrix< ValueType, LocalIndexType, GlobalIndexType >
~ConvertibleTo()=default (defined in gko::ConvertibleTo< Matrix< ValueType, LocalIndexType, GlobalIndexType > >)gko::ConvertibleTo< Matrix< ValueType, LocalIndexType, GlobalIndexType > >virtual
~ConvertibleTo()=default (defined in gko::ConvertibleTo< Matrix< next_precision< ValueType >, LocalIndexType, GlobalIndexType > >)gko::ConvertibleTo< Matrix< next_precision< ValueType >, LocalIndexType, GlobalIndexType > >virtual
~DistributedBase()=default (defined in gko::experimental::distributed::DistributedBase)gko::experimental::distributed::DistributedBasevirtual
~Loggable()=default (defined in gko::log::Loggable)gko::log::Loggablevirtual
~PolymorphicObject() (defined in gko::PolymorphicObject)gko::PolymorphicObjectinlinevirtual