tatami_r
R bindings to tatami matrices
|
Safely parallelize for unknown matrices. More...
#include "manticore/manticore.hpp"
#include <thread>
#include <cmath>
#include <vector>
#include <string>
#include <stdexcept>
#include <algorithm>
Go to the source code of this file.
Namespaces | |
namespace | tatami_r |
tatami bindings for arbitrary R matrices. | |
Functions | |
manticore::Executor & | tatami_r::executor () |
template<class Function_ , class Index_ > | |
void | tatami_r::parallelize (Function_ fun, Index_ ntasks, int nthreads) |
Safely parallelize for unknown matrices.