// top doc page for Doxygen
/**
\mainpage MathCore library
@b MathCore provides a collection of functions and C++ classes for HEP numerical computing. This library provides only the basic mathem
atical functions and algorithms and not all the functionality required by the HEP community.
The current set includes classes and functions for:
- Basic special functions used in HEP like Gamma, Error functions,
- Mathematical functions used in statistics such as probability density functions, cumulative distributions functions and their inver
se.
- \ref Vector
The current version can be downloaded here.
To build the library run first the configure script and then make. Do configure --help to see options available in configuring, like defining the installation directory. Run also make install to install the library and include files and make check to build the tests.
The library built in this way, in contrast to the one distributed by %ROOT, does not contain the dictionary information and therefore cannot be used interactivly.
@authors The %ROOT Math Library Team
@b Contact:
*/