Back to home page

EIC code displayed by LXR

 
 

    


File indexing completed on 2025-01-30 10:22:13

0001 // @(#)root/minuit2:$Id$
0002 // Authors: M. Winkler, F. James, L. Moneta, A. Zsenei   2003-2005
0003 
0004 /**********************************************************************
0005  *                                                                    *
0006  * Copyright (c) 2005 LCG ROOT Math team,  CERN/PH-SFT                *
0007  *                                                                    *
0008  **********************************************************************/
0009 
0010 #ifndef ROOT_Minuit2_MnMatrixfwd
0011 #define ROOT_Minuit2_MnMatrixfwd
0012 
0013 
0014 namespace ROOT {
0015 
0016 namespace Minuit2 {
0017 
0018 class LASymMatrix;
0019 class LAVector;
0020 
0021 typedef LASymMatrix MnAlgebraicSymMatrix;
0022 typedef LAVector MnAlgebraicVector;
0023 
0024 } // namespace Minuit2
0025 
0026 } // namespace ROOT
0027 
0028 #endif // ROOT_Minuit2_MnMatrixfwd