Broadcast

Give every process in the specified communicator a copy of the matrix stored on the process with the given rank.

C++ API

void Broadcast(Matrix<T> &A, mpi::Comm comm, int rank = 0)
void Broadcast(AbstractDistMatrix<T> &A, mpi::Comm comm, int rank = 0)

C API

TODO

Python API

TODO