This adds an experimental directory which contains various experimental algorithms and functions. The files and APIs under this directory are experimental and unstable.
This replaces the usages of make_function_from_source() with the BOOST_COMPUTE_FUNCTION() macro.
This adds a tabulate() algorithm which fills a range with values calculated from a function given each elements index.