ROOT
6.13/01
Reference Guide
math
matrix
inc
TMatrixFSymfwd.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_TMatrixFSymfwd
10
#define ROOT_TMatrixFSymfwd
11
12
//////////////////////////////////////////////////////////////////////////
13
// //
14
// TMatrixFSym //
15
// //
16
// Forward declaration of TMatrixTSym<Float_t> //
17
// //
18
//////////////////////////////////////////////////////////////////////////
19
20
#include "Rtypes.h"
21
22
template
<
class
Element>
class
TMatrixTSym
;
23
typedef
TMatrixTSym<Float_t>
TMatrixFSym
;
24
25
#endif
TMatrixTSym
TMatrixTSym.
Definition:
TMatrixDSymfwd.h:22
TMatrixFSym
TMatrixTSym< Float_t > TMatrixFSym
Definition:
TMatrixFSymfwd.h:22