ROOT
6.07/01
Reference Guide
ROOT Home Page
Main Page
Tutorials
User's Classes
Namespaces
All Classes
Files
Release Notes
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Groups
Pages
math
matrix
inc
TMatrixD.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_TMatrixD
10
#define ROOT_TMatrixD
11
12
//////////////////////////////////////////////////////////////////////////
13
// //
14
// TMatrixD //
15
// //
16
// Instantation of TMatrixT<Double_t> //
17
// //
18
//////////////////////////////////////////////////////////////////////////
19
20
#ifndef ROOT_TMatrixT
21
#include "
TMatrixT.h
"
22
#endif
23
#ifndef ROOT_TMatrixDfwd
24
#include "
TMatrixDfwd.h
"
25
#endif
26
#ifndef ROOT_TMatrixDUtils
27
#include "
TMatrixDUtils.h
"
28
#endif
29
30
#endif
TMatrixT.h
TMatrixDUtils.h
TMatrixDfwd.h