Implement adjoint operators
Open
CUDA
enhancement
- Dominant language
- MATLAB
- Stars
- 803
- Forks
- 262
- Avg merge
- 9d 13h
- Merged PRs (30d)
- 8
Description
Albeit slower, they are mathematically "nicer", and many people prefer to have fully matched/adjoint operators.
This basically just needs to reproduce the same kernels for forward projection, but to read from projection and store in image.
Kernel changes are minimal, but requires quite more changes in the memory management side of the CUDA code.
Contributor guide
Assessment
This issue has not been assessed yet.