Package for finding contours
The main algorithm in finding the contours is based on the "CONREC Contouring Subroutine" by Paul Bourke.
Root is needed for generating the pdf plots (Check the Makefile). See https://root.cern/about/license for Root's license.
Rene Brun and Fons Rademakers,
ROOT - An Object Oriented Data Analysis Framework,
Proceedings AIHENP'96 Workshop, Lausanne, Sep. 1996, Nucl. Inst. & Meth. in Phys. Res. A 389 (1997) 81-86. See also http://root.cern.ch/
The profiler for measuring & visualizing the performance of the functions in this package is from "Basic Instrumentation Profiler" by TheCherno.