fht
fht copied to clipboard
Fast Hadamard Transform
Results
3
fht issues
Sort by
recently updated
recently updated
newest added
It looks like some fortran bits from another project made it into setup.py. This patch removes these bits so it builds on systems w/o fortran installed.
This change will allow pip to know to install NumPy before building.
If you do not need to cast the array, it is faster to use `asarray` rather than `astype` since `asarray` will be much less expensive if not cast is needed....