ROOT
6.10/00
Reference Guide
ROOT Home Page
Main Page
Tutorials
User's Classes
Namespaces
All Classes
Files
Release Notes
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Groups
Pages
math
mathmore
inc
Math
MultiRootFinder.h
Go to the documentation of this file.
1
// @(#)root/mathmore:$Id$
2
// Author: L. Moneta 03/2011
3
4
/**********************************************************************
5
* *
6
* Copyright (c) 2004 ROOT Foundation, CERN/PH-SFT *
7
* *
8
* This library is free software; you can redistribute it and/or *
9
* modify it under the terms of the GNU General Public License *
10
* as published by the Free Software Foundation; either version 2 *
11
* of the License, or (at your option) any later version. *
12
* *
13
* This library is distributed in the hope that it will be useful, *
14
* but WITHOUT ANY WARRANTY; without even the implied warranty of *
15
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU *
16
* General Public License for more details. *
17
* *
18
* You should have received a copy of the GNU General Public License *
19
* along with this library (see file COPYING); if not, write *
20
* to the Free Software Foundation, Inc., 59 Temple Place, Suite *
21
* 330, Boston, MA 02111-1307 USA, or contact the author. *
22
* *
23
**********************************************************************/
24
25
// Header file for class MultiRootFinder
26
//
27
#ifndef ROOT_Math_MultiRootFinder
28
#define ROOT_Math_MultiRootFinder
29
30
31
32
#include "
Math/GSLMultiRootFinder.h
"
33
34
namespace
ROOT {
35
namespace
Math {
36
37
typedef
GSLMultiRootFinder
MultiRootFinder
;
38
39
}
// namespace Math
40
}
// namespace ROOT
41
42
43
#endif
/* ROOT_Math_MultiRootFinder */
GSLMultiRootFinder.h
ROOT::Math::MultiRootFinder
GSLMultiRootFinder MultiRootFinder
Definition:
GSLMultiRootFinder.h:292