ROOT  6.06/09
Reference Guide
TMatrixFLazy.h
Go to the documentation of this file.
1 // @(#)root/matrix:$Id$
2 // Authors: Fons Rademakers, Eddy Offermann Nov 2003
3 
4 /*************************************************************************
5  * Copyright (C) 1995-2000, Rene Brun and Fons Rademakers. *
6  * All rights reserved. *
7  * *
8  * For the licensing terms see $ROOTSYS/LICENSE. *
9  * For the list of contributors see $ROOTSYS/README/CREDITS. *
10  *************************************************************************/
11 
12 #ifndef ROOT_TMatrixFLazy
13 #define ROOT_TMatrixFLazy
14 
15 //////////////////////////////////////////////////////////////////////////
16 // //
17 // Lazy Matrix classes. //
18 // //
19 // Instantation of //
20 // TMatrixTLazy <Float_t> //
21 // TMatrixTSymLazy <Float_t> //
22 // THaarMatrixT <Float_t> //
23 // THilbertMatrixT <Float_t> //
24 // THilbertMatrixTSym<Float_t> //
25 // //
26 //////////////////////////////////////////////////////////////////////////
27 
28 #ifndef ROOT_TMatrixTLazy
29 #include "TMatrixTLazy.h"
30 #endif
31 #ifndef ROOT_TMatrixFfwd
32 #include "TMatrixFfwd.h"
33 #endif
34 #ifndef ROOT_TMatrixFSymfwd
35 #include "TMatrixFSymfwd.h"
36 #endif
37 
43 
44 #endif
TMatrixTLazy< Float_t > TMatrixFLazy
Definition: TMatrixFLazy.h:38
THilbertMatrixTSym< Float_t > THilbertMatrixFSym
Definition: TMatrixFLazy.h:42
TMatrixTSymLazy< Float_t > TMatrixFSymLazy
Definition: TMatrixFLazy.h:39
THilbertMatrixT< Float_t > THilbertMatrixF
Definition: TMatrixFLazy.h:41
THaarMatrixT< Float_t > THaarMatrixF
Definition: TMatrixFLazy.h:40