Logo ROOT   6.08/07
Reference Guide
TMatrixF.h
Go to the documentation of this file.
1 /*************************************************************************
2  * Copyright (C) 1995-2000, Rene Brun and Fons Rademakers. *
3  * All rights reserved. *
4  * *
5  * For the licensing terms see $ROOTSYS/LICENSE. *
6  * For the list of contributors see $ROOTSYS/README/CREDITS. *
7  *************************************************************************/
8 
9 #ifndef ROOT_TMatrixF
10 #define ROOT_TMatrixF
11 
12 //////////////////////////////////////////////////////////////////////////
13 // //
14 // TMatrixF //
15 // //
16 // Instantation of TMatrixT<Float_t> //
17 // //
18 //////////////////////////////////////////////////////////////////////////
19 
20 #ifndef ROOT_TMatrixT
21 #include "TMatrixT.h"
22 #endif
23 #ifndef ROOT_TMatrixFfwd
24 #include "TMatrixFfwd.h"
25 #endif
26 #ifndef ROOT_TMatrixFUtils
27 #include "TMatrixFUtils.h"
28 #endif
29 
30 #endif