Logo ROOT  
Reference Guide
 
Loading...
Searching...
No Matches
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// Instantiation 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
32typedef TMatrixTLazy <Double_t> TMatrixDLazy;
33typedef TMatrixTSymLazy <Double_t> TMatrixDSymLazy;
34typedef THaarMatrixT <Double_t> THaarMatrixD;
35typedef THilbertMatrixT <Double_t> THilbertMatrixD;
37
38#endif
THilbertMatrixTSym< Double_t > THilbertMatrixDSym
THilbertMatrixT< Double_t > THilbertMatrixD
THaarMatrixT< Double_t > THaarMatrixD
TMatrixTSymLazy< Double_t > TMatrixDSymLazy
TMatrixTLazy< Double_t > TMatrixDLazy