Skylark (Sketching Library)
0.1
|
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) |