ROOT
6.06/09
Reference Guide
ROOT Home Page
Main Page
Related Pages
User's Classes
Namespaces
All Classes
Files
Release Notes
File List
File Members
math
matrix
inc
TMatrixDSymfwd.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_TMatrixDSymfwd
10
#define ROOT_TMatrixDSymfwd
11
12
//////////////////////////////////////////////////////////////////////////
13
// //
14
// TMatrixDSym //
15
// //
16
// Forward declaration of TMatrixTSym<Double_t> //
17
// //
18
//////////////////////////////////////////////////////////////////////////
19
20
#ifndef ROOT_Rtypes
21
#include "
Rtypes.h
"
22
#endif
23
24
template
<
class
Element>
class
TMatrixTSym
;
25
typedef
TMatrixTSym<Double_t>
TMatrixDSym
;
26
27
#endif
Rtypes.h
TMatrixTSym
Definition:
TMatrixDSymfwd.h:24
TMatrixDSym
TMatrixTSym< Double_t > TMatrixDSym
Definition:
TMatrixDSymfwd.h:24