News

Describe the issue: Instantiating a numpy object array to hold an array with dtype int converts the inner array to dtype object. Reproduce the code example: import numpy as np # An object array hol ...
This library provides an implementation of an approximate discrete Radon transform (ADRT) and related routines as a Python module operating on NumPy arrays. Implemented routines include: the forward ...