swh:1:snp:af87cd67498ef4fe47c76ed3e7caffe5b61facaf
Raw File
Tip revision: 5bd3996b0d14dd5a22c89c58c346ffda5c0d2e20 authored by Fons Rademakers on 28 June 2011, 09:48:03 UTC
tag pro version v5-30-00.
Tip revision: 5bd3996
index.html
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML//EN">
<html> <head>
<title>ROOT Math Work Package</title>
</head>

<body>
<h2>Math: The ROOT Mathematical Libraries</h2>

The ROOT Math package consists of the following components:
<ul>
  <li><a href="http://www.cern.ch/mathlibs/sw/html/MathCore.html"><b>MathCore</b></a>: a self-consistent minimal set of tools required for the basic numerical computing.
  It provides the major mathematical functions in the namespaces <tt>ROOT::Math</tt> and  <tt>TMath</tt>,
  classes for random number generators, <tt>TRandom</tt>, class for complex numbers, <tt>TComplex</tt>,
  common interfaces for function evaluation and numerical algorithms. Basic implementations of some of the numerical algorithms such as integration or derivation, are as also provided by MathCore. Furthermore, classes required for fit the ROOT data objects (and also any data sets) are as well provided.
  <!Detailed information on the MathCore content can be found (doxy link) here.>
  </li>
  <li> <a href="http://www.cern.ch/mathlibs/sw/html/MathMore.html"><b>MathMore</b></a>: package incorporating advanced numerical functionality and dependent on external libraries like the GNU Scientific Library (<a href="http://www.gnu.org/software/gsl/">GSL</a>). It complements the MathCore library by providing a more complete sets of special mathematical functions and implementations of the numerical algorithms interfaces defined in MathCore using GSL.
  <!Detailed information on the MathMore content can be found here.>
  </li>
  <li><b>Minimization and Fitting Libraries</b>: libraries required for numerical minimization and fitting. The minimization libraries include the numerical methods for solving the fitting problem by finding minimum of multi-dimensional function. The current common interface for fitting is class <tt>TVirtualFitter</tt> and implemented by derived classes in the minimization and fitting libraries. The fitting in ROOT is being re-organized and new fitting classes are present in MathCore for providing the fitting functionality and the use the minimization libraries via a new common interface (<tt>ROOT::Math::Minimizer</tt>). In detail the minimization libraries, implementing all the new and old minimization interface, include: 
  <ul>
    <li><a href="MATH_MINUIT_Index.html"><b>Minuit</b></a>:library providing via a class <tt>TMinuit</tt> an implementation of the popular MINUIT minimization package. In addition the library contains also an implementation of the linear fitter (class <tt>TLinearFitter</tt>), for solving linear least square fits. 
    </li>
    <li><a href="http://www.cern.ch/mathlibs/sw/Minuit2/html/index.html"><b>Minuit2</b></a>: new object-oriented implementation of MINUIT, with the same minimization algorithms (such as Migrad or Simplex). In addition it provides a new implementation of the Fumili algorithm, a specialized method for finding the minimum of a standard least square or likelihood functions. </li>
    <li><a href="MATH_FUMILI_Index.html"><b>Fumili</b></a>: library providing the implementation of the original Fumili fitting algorithm</li>
    </ul>
   </li> 
   <li><b>Linear algebra</b>. Two libraries are contained in ROOT for describing linear algebra matrices and vector classes:
   <ul>
     <li><a href="MATH_MATRIX_Index.html"><b>Matrix</b></a>: general matrix package providing matrix <tt>TMatrix</tt> and vector <tt>TVector</tt> classes and the complete environment to perform linear algebra calculations, like equation solving and eigenvalue decompositions.</li>
     <li><a href="http://www.cern.ch/mathlibs/sw/html/SMatrix.html"><b>SMatrix</b></a>: package optimized for high performances matrix and vector computations of small and fixed size. It is based on expression templates to achieve an high level optimization.
     </li>
     </ul>

<li><b>Physics Vectors</b>: classes for describing vectors in 2, 3 and 4 dimensions (relativistic vectors) and their rotation and transformation algorithms. Two package exist in ROOT:
     <ul>
     <li><a href="MATH_PHYSICS_Index.html"><b>Physics</b></a>: library with the <tt>TVector3</tt> and <tt>TLorentzVector</tt> classes.</li>
     <li><a href="http://www.cern.ch/mathlibs/sw/html/Vector.html"><b>GenVector</b></a>: new library providing generic class templates for modeling the vectors.
     </li>
     </ul></li>
<li><a href="MATH_UNURAN_Index.html"><b>Unuran</b></a>: package with universal algorithms for generating non-uniform pseudo-random numbers, from a large classes of continuous or discrete distributions in one or multi-dimensions. </li>
<li><a href="MATH_FOAM_Index.html"><b>Foam</b></a>: multi-dimensional general purpose Monte Carlo event generator (and integrator). It generates randomly points (vectors) according to an arbitrary probability distribution  in n dimensions.</li>
<li><a href="MATH_FFTW_Index.html"><b>FFTW</b></a>: library with implementation of the fast Fourier transform (FFT) using the FFTW package. It requires a previous installation of (<a href="http://www.fftw.org/">FFTW</a>).</li>
<li><a href="MATH_MLP_Index.html"><b>MLP</b></a>: library with the neural network class, <tt>TMultiLayerPerceptron</tt> based on the NN algorithm from the mlpfit package.</li>
     <li><a href="MATH_QUADP_Index.html"><b>Quadp</b></a>: optimization library with linear and quadratic programming methods. It is based on the Matrix package.</li>
<li>Statistic classes for computing limits and confidence levels.
     More detailed is provided <a href="http://root.cern.ch/drupal/content/root-statistics-classes">here</a>. Some of these classes are currently provided by <em>libPhysics</em>.</li>

</ul>
<p>


Further information is available at the following links:
<ul>
<li> <A HREF ="http://root.cern.ch/drupal/content/mathematical-libraries">ROOT Mathematical Library Web page</A>
<li> <A HREF ="http://www.cern.ch/mathlibs/sw/html/index.html">ROOT Math doxygen class documentation</A>
<li> <A HREF = "ftp://root.cern.ch/root/doc/13MathLibraries.pdf">The Math chapter in the user guide</A>
<li> <A HREF = "ftp://root.cern.ch/root/doc/14LinearAlgebra.pdf">The Linear Algebra chapter in the user guide</A>
<li> <A HREF = "ftp://root.cern.ch/root/doc/17PhysicsVectors.pdf">The Physics Vector chapter in the user guide</A>
  <li> <A HREF = "http://project-mathlibs.web.cern.ch/project-mathlibs/mathTable.html">Inventory of Math functions and algorithms</A></li> 
</ul>

  
<hr>
<address></address>
<!-- hhmts start --> Last modified: Thu Mar  5 16:03:07 CET 2009 <!-- hhmts end -->
<hr>
</body> </html>
back to top