void execute_omp(const ShPtr< Processor > &proc)
Create and use an InvOMP object to conduct analysis programmed in a Processor's subclass object...
InvOMP is an Invoker's subclass using OpenMP to execute a computationally expensive part of analysis...
This file is for binding InvOMP class to Python.
std::vector< T > Vec
Vec is an alias for vector (same as list in Python).
Invoker executes analysis programmed in one or more Processor objects.
Trampoline class to bind Invoker class and its subclasses to Python.
std::shared_ptr< T > ShPtr
ShPtr is an alias for shared pointer.
void py_inv_omp(py::module &m)
Bind InvOMP class to Python.