ComputationalRadiationPhysics / student_project_python_bindings

The student project investigates the performance and memory handling of Python bindings for CUDA C++ code created with pybind11.
GNU General Public License v3.0
1 stars 0 forks source link

Phase retrieval class #21

Closed afif-ishamsyah closed 3 years ago

afif-ishamsyah commented 3 years ago

First implementation of phase retrieval using class

SimeonEhrig commented 3 years ago

Please do not all changes in a single commit. Please split up it. In special some big changes, like renaming the class Custom_Cupy_Ref to Cupy_Ref.