|
tatami_r
R bindings to tatami matrices
|
Safely parallelize for unknown matrices. More...
#include "manticore/manticore.hpp"#include "sanisizer/sanisizer.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 () |
| void | tatami_r::set_executor (manticore::Executor *ptr) |
| template<class Function_ , class Index_ > | |
| void | tatami_r::parallelize (const Function_ fun, const Index_ ntasks, int nthreads) |
Safely parallelize for unknown matrices.