Quantitative Analysis
Parallel Processing
Numerical Analysis
C++ Multithreading
Python for Excel
Python Utilities
Services
Author

I. Introduction into GPU programming.
II. Exception safe dynamic memory handling in Cuda project.
III. Calculation of partial sums in parallel.
IV. Manipulation of piecewise polynomial functions in parallel.
1. History of changes (PiecewisePoly).
2. Calculus behind the PiecewisePoly project.
3. Code structure (PiecewisePoly project).
4. Python scripting for PiecewisePoly project.
V. Manipulation of localized piecewise polynomial functions in parallel.
Downloads. Index. Contents.

Python scripting for PiecewisePoly project.


t this time the PiecewisePoly project does not have a generic installer. Assuming that the reader already built the project from the make and source files, the directory OTSProjects/Cuda/PiecewisePoly/pyd/objs should contain a binary file PiecewisePoly.pyd. This is a Python extension file.

The following is an example session.


Figure





Downloads. Index. Contents.


















Copyright 2007