Ginkgo Generated from branch based on main. Ginkgo version 1.11.0
A numerical linear algebra library targeting many-core architectures
Loading...
Searching...
No Matches
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.

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 >
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, std::shared_ptr< const RowGatherer< LocalIndexType > > row_gatherer_template)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(std::shared_ptr< const Executor > exec, mpi::communicator comm, index_map< local_index_type, global_index_type > imap, std::shared_ptr< LinOp > local_linop, std::shared_ptr< LinOp > non_local_linop)gko::experimental::distributed::Matrix< ValueType, LocalIndexType, GlobalIndexType >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
EnablePolymorphicObject< 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_local_matrix() constgko::experimental::distributed::Matrix< ValueType, LocalIndexType, GlobalIndexType >inline
get_non_local_matrix() constgko::experimental::distributed::Matrix< ValueType, LocalIndexType, GlobalIndexType >inline
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 >
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< previous_precision< ValueType >, LocalIndexType, GlobalIndexType > (defined in gko::experimental::distributed::Matrix< ValueType, LocalIndexType, GlobalIndexType >)gko::experimental::distributed::Matrix< ValueType, LocalIndexType, GlobalIndexType >friend
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 >
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 >
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, assembly_mode assembly_type=assembly_mode::local_only)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, assembly_mode assembly_type=assembly_mode::local_only)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, assembly_mode assembly_type=assembly_mode::local_only)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, assembly_mode assembly_type=assembly_mode::local_only)gko::experimental::distributed::Matrix< 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 >
~DistributedBase()=default (defined in gko::experimental::distributed::DistributedBase)gko::experimental::distributed::DistributedBasevirtual