Skip to content

Latest commit

 

History

History
20 lines (11 loc) · 583 Bytes

README.md

File metadata and controls

20 lines (11 loc) · 583 Bytes

Fast Bessel Transform (FBT)

Fast bessel transform developed in “Efficient Fourier Transforms for Transverse Momentum Distributions” http://inspirehep.net/record/1739975

The documentation can be found at https://ucla-tmd.github.io/Ogata/.

Authors

Zhong-bo Kang (UCLA)

Nobuo Sato (ODU)

Alexei Prokudin (PSU)

John Terry (UCLA)

Guide to repo

The source code for a each supported programming language can be found in the directory with the correponding name. For C++ with GSL dependence, please see the cpp_gsl/ while for C++ with BOOST dependence, please see cpp/.