cheminfo / multiplet-analysis

Analyse multiplet
https://cheminfo.github.io/multiplet-analysis/docs/
MIT License
1 stars 1 forks source link

consider replace double by float to speed up #28

Open djeanner opened 4 years ago

djeanner commented 4 years ago

We discussed whether to use float instead of double. For fft, it may not be a good idea (because of variable multiplied by values large numbers of times). For the all other operation (symmetrization, scalar product, deconvolution per se) both are fine.