TMatrixDLazy.h

Go to the documentation of this file.
00001 // @(#)root/matrix:$Id: TMatrixDLazy.h 20882 2007-11-19 11:31:26Z rdm $
00002 // Authors: Fons Rademakers, Eddy Offermann   Nov 2003
00003 
00004 /*************************************************************************
00005  * Copyright (C) 1995-2000, Rene Brun and Fons Rademakers.               *
00006  * All rights reserved.                                                  *
00007  *                                                                       *
00008  * For the licensing terms see $ROOTSYS/LICENSE.                         *
00009  * For the list of contributors see $ROOTSYS/README/CREDITS.             *
00010  *************************************************************************/
00011 
00012 #ifndef ROOT_TMatrixDLazy
00013 #define ROOT_TMatrixDLazy
00014 
00015 //////////////////////////////////////////////////////////////////////////
00016 //                                                                      //
00017 // Lazy Matrix classes.                                                 //
00018 //                                                                      //
00019 //  Instantation of                                                     //
00020 //   TMatrixTLazy      <Double_t>                                       //
00021 //   TMatrixTSymLazy   <Double_t>                                       //
00022 //   THaarMatrixT      <Double_t>                                       //
00023 //   THilbertMatrixT   <Double_t>                                       //
00024 //   THilbertMatrixTSym<Double_t>                                       //
00025 //                                                                      //
00026 //////////////////////////////////////////////////////////////////////////
00027 
00028 #ifndef ROOT_TMatrixTLazy
00029 #include "TMatrixTLazy.h"
00030 #endif
00031 
00032 typedef TMatrixTLazy      <Double_t> TMatrixDLazy;
00033 typedef TMatrixTSymLazy   <Double_t> TMatrixDSymLazy;
00034 typedef THaarMatrixT      <Double_t> THaarMatrixD;
00035 typedef THilbertMatrixT   <Double_t> THilbertMatrixD;
00036 typedef THilbertMatrixTSym<Double_t> THilbertMatrixDSym;
00037 
00038 #endif

Generated on Tue Jul 5 14:27:02 2011 for ROOT_528-00b_version by  doxygen 1.5.1