Logo ROOT  
Reference Guide
 
Loading...
Searching...
No Matches
MnMatrix.h
Go to the documentation of this file.
1// @(#)root/minuit2:$Id$
2// Authors: M. Winkler, F. James, L. Moneta, A. Zsenei 2003-2005
3
4/**********************************************************************
5 * *
6 * Copyright (c) 2005 LCG ROOT Math team, CERN/PH-SFT *
7 * *
8 **********************************************************************/
9
10#ifndef ROOT_Minuit2_MnMatrix
11#define ROOT_Minuit2_MnMatrix
12
13// add MnConfig file to define before everything compiler
14// dependent macros
15
16#include "Minuit2/MnConfig.h"
17
18// define typedf's in MnMatrixfwd
19#include "Minuit2/MnMatrixfwd.h"
20
21#include "Minuit2/LASymMatrix.h"
22#include "Minuit2/LAVector.h"
23#include "Minuit2/LaInverse.h"
25
26
27#endif // ROOT_Minuit2_MnMatrix