distributed-ranges
distributed-ranges copied to clipboard
implement distributed_matrix and 2d stencil in mhp
- implementation of distributed_vector<std::vector<>> (#103 ) must be finished
- then test mhp::transform() on the above vector
- actually implement stencil-2d analogous to stencil-1d
With Robert' support: distributed_vector<std::array<>> done in this task, and stencil-1d-array example done in this taks. New tasks created to cover implementation of real distributed_dense_matrix<>