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
TMatrixDUtils.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_TMatrixDUtils
13
#define ROOT_TMatrixDUtils
14
15
//////////////////////////////////////////////////////////////////////////
16
// //
17
// Matrix utility classes. //
18
// //
19
// Instantation of //
20
// TMatrixTRow_const <Double_t> TMatrixTRow <Double_t> //
21
// TMatrixTColumn_const <Double_t> TMatrixTColumn <Double_t> //
22
// TMatrixTDiag_const <Double_t> TMatrixTDiag <Double_t> //
23
// TMatrixTFlat_const <Double_t> TMatrixTFlat <Double_t> //
24
// TMatrixTSub_const <Double_t> TMatrixTSub <Double_t> //
25
// TMatrixTSparseRow_const <Double_t> TMatrixTSparseRow <Double_t> //
26
// TMatrixTSparseDiag_const<Double_t> TMatrixTSparseDiag<Double_t> //
27
// //
28
// TElementActionT <Double_t> //
29
// TElementPosActionT<Double_t> //
30
// //
31
//////////////////////////////////////////////////////////////////////////
32
33
#ifndef ROOT_TMatrixTUtils
34
#include "
TMatrixTUtils.h
"
35
#endif
36
#ifndef ROOT_TMatrixDUtilsfwd
37
#include "
TMatrixDUtilsfwd.h
"
38
#endif
39
40
#endif
TMatrixDUtilsfwd.h
TMatrixTUtils.h