ppap4lmp  0.7.2
py_inv_omp.h File Reference

This file is for binding InvOMP class to Python. More...

Include dependency graph for py_inv_omp.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 pybind
 Namespace for functions to bind C++ classes to Python.
 

Functions

void pybind::py_inv_omp (py::module &m)
 Bind InvOMP class to Python. More...
 
void pybind::execute_omp (const ShPtr< Processor > &proc)
 Create and use an InvOMP object to conduct analysis programmed in a Processor's subclass object. More...
 
void pybind::execute_omp (const Vec< ShPtr< Processor >> &procs)
 Create and use an InvOMP object to conduct analysis programmed in Processor's subclass objects. More...
 

Detailed Description

This file is for binding InvOMP class to Python.

Author
Takayuki Kobayashi
Date
2018/06/23

Definition in file py_inv_omp.h.