tatami
C++ API for different matrix representations
|
Parallelized iteration over a tatami::Matrix
.
More...
Go to the source code of this file.
Namespaces | |
namespace | tatami |
Flexible representations for matrix data. | |
Functions | |
template<bool parallel_ = true, class Function_ , typename Index_ > | |
void | tatami::parallelize (Function_ fun, Index_ tasks, int threads) |
Parallelized iteration over a tatami::Matrix
.