1#ifndef TATAMI_PARALLELIZE_HPP
2#define TATAMI_PARALLELIZE_HPP
7#ifndef TATAMI_CUSTOM_PARALLEL
41template<
bool parallel_ = true,
class Function_,
typename Index_>
44#ifdef TATAMI_CUSTOM_PARALLEL
void parallelize_range(int num_workers, Task_ num_tasks, Run_ run_task_range)
Flexible representations for matrix data.
Definition Extractor.hpp:15
void parallelize(Function_ fun, Index_ tasks, int threads)
Definition parallelize.hpp:42
auto consecutive_extractor(const Matrix< Value_, Index_ > *mat, bool row, Index_ iter_start, Index_ iter_length, Args_ &&... args)
Definition consecutive_extractor.hpp:35