Logo ROOT   6.14/05
Reference Guide
TMatrixDLazy.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_TMatrixDLazy
13 #define ROOT_TMatrixDLazy
14 
15 //////////////////////////////////////////////////////////////////////////
16 // //
17 // Lazy Matrix classes. //
18 // //
19 // Instantation of //
20 // TMatrixTLazy <Double_t> //
21 // TMatrixTSymLazy <Double_t> //
22 // THaarMatrixT <Double_t> //
23 // THilbertMatrixT <Double_t> //
24 // THilbertMatrixTSym<Double_t> //
25 // //
26 //////////////////////////////////////////////////////////////////////////
27 
28 #include "TMatrixTLazy.h"
29 #include "TMatrixDfwd.h"
30 #include "TMatrixDSymfwd.h"
31 
37 
38 #endif
THaarMatrixT< Double_t > THaarMatrixD
Definition: TMatrixDLazy.h:34
TMatrixTSymLazy< Double_t > TMatrixDSymLazy
Definition: TMatrixDLazy.h:33
THilbertMatrixT< Double_t > THilbertMatrixD
Definition: TMatrixDLazy.h:35
THilbertMatrixTSym< Double_t > THilbertMatrixDSym
Definition: TMatrixDLazy.h:36
TMatrixTLazy< Double_t > TMatrixDLazy
Definition: TMatrixDLazy.h:32
Templates of Lazy Matrix classes.
Definition: TMatrixT.h:37