tatami_r
R bindings to tatami matrices
Loading...
Searching...
No Matches
parallelize.hpp File Reference

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::Executortatami_r::executor ()
 
template<class Function_ , class Index_ >
void tatami_r::parallelize (Function_ fun, Index_ ntasks, int nthreads)
 

Detailed Description

Safely parallelize for unknown matrices.