algorithm/parallel/expose-parallel.cpp
Go to the documentation of this file.
1 //
2 // Copyright (c) 2021 INRIA
3 //
4 
5 #include <omp.h>
6 
8 
9 namespace pinocchio
10 {
11  namespace python
12  {
13 
14  void exposeParallelRNEA();
15  void exposeParallelABA();
16 
18  {
19  namespace bp = boost::python;
20 
23 
24  bp::def(
25  "omp_get_max_threads", &omp_get_max_threads,
26  "Returns an upper bound on the number of threads that could be used.");
27  }
28 
29  } // namespace python
30 } // namespace pinocchio
boost::python
pinocchio::python::exposeParallelRNEA
void exposeParallelRNEA()
Definition: bindings/python/algorithm/parallel/rnea.cpp:38
pinocchio::python::exposeParallelAlgorithms
void exposeParallelAlgorithms()
Definition: algorithm/parallel/expose-parallel.cpp:17
python
fwd.hpp
pinocchio::python::exposeParallelABA
void exposeParallelABA()
Definition: bindings/python/algorithm/parallel/aba.cpp:38
pinocchio
Main pinocchio namespace.
Definition: timings.cpp:27


pinocchio
Author(s):
autogenerated on Wed Jun 19 2024 02:41:13