#include <util/aggreg2dto1dpart.hpp>
#include <twod/part_base.hpp>
#include <twod/jag_pq_opt_interval_impl.hpp>
Go to the source code of this file.
Classes | |
class | twod::JagPQOptIntervalHor< T, Pr > |
optimal PxQ jagged algorithm from "Ali Pinar and Cevdet Aykanat, Sparse Matrix Decomposition with Optimal Load Balancing, HiPC 1997" using the first dimension as the main dimension. More... | |
class | twod::JagPQOptIntervalVer< T, Pr > |
optimal PxQ jagged algorithm from "Ali Pinar and Cevdet Aykanat, Sparse Matrix Decomposition with Optimal Load Balancing, HiPC 1997" using the second dimension as the main dimension. More... | |
class | twod::JagPQOptIntervalBest< T, Pr > |
optimal PxQ jagged algorithm from "Ali Pinar and Cevdet Aykanat, Sparse Matrix Decomposition with Optimal Load Balancing, HiPC 1997" . It selects the main dimension to get the best possible load balance. More... | |
Namespaces | |
namespace | twod |
This namespace provides two dimensional algorithms. |