WeightedLowess
A C++ library for LOWESS with various weighting schemes
|
Definitions for parallelization. More...
#include "subpar/subpar.hpp"
Go to the source code of this file.
Namespaces | |
namespace | WeightedLowess |
Namespace for LOWESS functions. | |
Functions | |
template<typename Task_ , class Run_ > | |
void | WeightedLowess::parallelize (int num_workers, Task_ num_tasks, Run_ run_task_range) |
Definitions for parallelization.