
BEGIN_HTML

<h2>MathCore library</h2>
<b>MathCore</b> provides a collection of functions, C++ classes  for numerical calcultions.
It provides the basic and minimal functionality, while  more advanced mathematical functionalities is provided by the <a class="el" href="http://www.cern.ch/mathlibs/sw/html/MathMore.html">MathMore</a> library.
The current set includes classes and functions for: <ul>
<li>
<a class="el" href="http://www.cern.ch/mathlibs/sw/html/Vector.html">GenVector</a>: physics and geometry vectors for 2,3 and 4 dimensions with their transformations (rotations and boost). </li>
<li>
<a class="el" href="http://www.cern.ch/mathlibs/sw/html/group__SpecFunc.html">Basic special functions</a> used in HEP like the gamma, beta and error function. </li>
<li>
<a class="el" href="http://www.cern.ch/mathlibs/sw/html/group__StatFunc.html">Statistical functions</a> : mathematical functions used in statistics, such as the probability density functions, the cumulative distributions functions (lower and upper integral of the pdf's) and their inverses (quantile functions) for continuous and discrete distributions. </li>
<li>
<a class="el" href="http://www.cern.ch/mathlibs/sw/html/group__CppFunctions.html">Function Classes and Interfaces</a> : Interfaces for generic functions in one and multi dimensions, including helper class to wrap free (static) and non-static member functions.<p>
</li>
</ul>
<p>
Classes and functions are provided in the namespace <em>ROOT::Math</em>.
<p>
See also:
<ul>
<li><a href="http://www.cern.ch/mathlibs/sw/html/MathCore.html">Online doc for MathCore</a>.</li>
<li>ROOT Mathematical Libraries<a href="http://root.cern.ch/twiki/bin/view/ROOT/MathematicalLibraries"> Wiki page</a>.</li>
<li><a href="ftp://root.cern.ch/root/doc/13MathLibraries.pdf">The Math Chapter in the Users Guide
    </a>describing in detail the MathCore functions and classes.</li>
</ul>
<hr>
<p>
<strong>N.B.</strong>: For consulting the reference MathCore documentation it is <strong>strongly recommended</strong> 
to look  at <a href="http://www.cern.ch/mathlibs/sw/html/MathCore.html">these online doc</a></strong>. The class documentation shown from the class links below is not complete, it is missing ROOT::Math functions, template methods and in same case the class descriptions are not appropriate. 
<hr> 
<p>
END_HTML
