Ginkgo
Generated from pipelines/1330831941 branch based on master. Ginkgo version 1.8.0
A numerical linear algebra library targeting many-core architectures
|
A base class for distributed objects. More...
#include <ginkgo/core/distributed/base.hpp>
Public Member Functions | |
DistributedBase (const DistributedBase &other)=default | |
DistributedBase (DistributedBase &&other)=default | |
DistributedBase & | operator= (const DistributedBase &) |
Copy assignment that doesn't change the used mpi::communicator. More... | |
DistributedBase & | operator= (DistributedBase &&) noexcept |
Move assignment that doesn't change the used mpi::communicator. More... | |
mpi::communicator | get_communicator () const |
Access the used mpi::communicator. More... | |
A base class for distributed objects.
This class stores and gives access to the used mpi::communicator object.
|
inline |
Access the used mpi::communicator.
|
inline |
Copy assignment that doesn't change the used mpi::communicator.
|
inlinenoexcept |
Move assignment that doesn't change the used mpi::communicator.