Logo ROOT  
Reference Guide
 
Loading...
Searching...
No Matches
TMatrixFfwd.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_TMatrixFfwd
10#define ROOT_TMatrixFfwd
11
12//////////////////////////////////////////////////////////////////////////
13// //
14// TMatrixF //
15// //
16// Forward declaration of TMatrixT<Float_t> //
17// //
18//////////////////////////////////////////////////////////////////////////
19
20#include "RtypesCore.h"
21
22template<class Element> class TMatrixT;
24
25#endif
TMatrixT< Float_t > TMatrixF
Definition TMatrixFfwd.h:23
TMatrixT.
Definition TMatrixT.h:39