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.
V. Manipulation of localized piecewise polynomial functions in parallel.
1. Calculus behind the LPoly class.
2. Crudification operator for LPoly class.
3. Implementation of LPoly class.
Downloads. Index. Contents.

Implementation of LPoly class.


he implementation is a part of the PiecewisePoly project located in OTSProjects/Cuda/PiecewisePoly directory. The unit tests are scripted in the file OTSProjects/Cuda/PiecewisePoly/pyd/test2.py.





Downloads. Index. Contents.


















Copyright 2007