Back to home page

EIC code displayed by LXR

 
 

    


File indexing completed on 2025-01-18 10:12:14

0001 /*************************************************************************
0002  * Copyright (C) 1995-2000, Rene Brun and Fons Rademakers.               *
0003  * All rights reserved.                                                  *
0004  *                                                                       *
0005  * For the licensing terms see $ROOTSYS/LICENSE.                         *
0006  * For the list of contributors see $ROOTSYS/README/CREDITS.             *
0007  *************************************************************************/
0008 
0009 #ifndef ROOT_TMatrixDfwd
0010 #define ROOT_TMatrixDfwd
0011 
0012 //////////////////////////////////////////////////////////////////////////
0013 //                                                                      //
0014 // TMatrixD                                                             //
0015 //                                                                      //
0016 //  Forward declaration of TMatrixT<Double_t>                           //
0017 //                                                                      //
0018 //////////////////////////////////////////////////////////////////////////
0019 
0020 #include "RtypesCore.h"
0021 
0022 template<class Element> class TMatrixT;
0023 typedef TMatrixT<Double_t> TMatrixD;
0024 
0025 #endif