Skylark (Sketching Library)  0.1
Namespaces | Functions
/var/lib/jenkins/jobs/Skylark/workspace/utility/comm.hpp File Reference
#include <elemental.hpp>
#include "../base/exception.hpp"
Include dependency graph for comm.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  skylark
namespace  skylark::utility

Functions

template<typename T >
void skylark::utility::collect_dist_matrix (boost::mpi::communicator &comm, bool here, const elem::DistMatrix< T > &DA, elem::Matrix< T > &A)
template<typename T , elem::Distribution RowDist>
void skylark::utility::collect_dist_matrix (boost::mpi::communicator &comm, bool here, const elem::DistMatrix< T, RowDist, elem::STAR > &DA, elem::Matrix< T > &A)
template<typename T , elem::Distribution ColDist>
void skylark::utility::collect_dist_matrix (boost::mpi::communicator &comm, bool here, const elem::DistMatrix< T, elem::STAR, ColDist > &DA, elem::Matrix< T > &A)