Struct IParallelOpenmpEnabled

Inheritance Relationships

Derived Types

Struct Documentation

struct IParallelOpenmpEnabled

Interface for parallelizable algorithm implemented by OpenMP.

Subclassed by gwm::GTWR, gwm::GWDA, gwm::GWDR, gwm::GWRBasic, gwm::GWRGeneralized, gwm::GWRLocalCollinearity, gwm::GWRMultiscale, gwm::GWSS

Public Functions

virtual void setOmpThreadNum(const int threadNum) = 0

Set the thread numbers while paralleling.

Parameters:

threadNum – Number of threads.