Back to home page

EIC code displayed by LXR

 
 

    


Warning, file /include/root/TMatrixDUtils.h was not indexed or was modified since last indexation (in which case cross-reference links may be missing, inaccurate or erroneous).

0001 // @(#)root/matrix:$Id$
0002 // Authors: Fons Rademakers, Eddy Offermann   Nov 2003
0003 
0004 /*************************************************************************
0005  * Copyright (C) 1995-2000, Rene Brun and Fons Rademakers.               *
0006  * All rights reserved.                                                  *
0007  *                                                                       *
0008  * For the licensing terms see $ROOTSYS/LICENSE.                         *
0009  * For the list of contributors see $ROOTSYS/README/CREDITS.             *
0010  *************************************************************************/
0011 
0012 #ifndef ROOT_TMatrixDUtils
0013 #define ROOT_TMatrixDUtils
0014 
0015 //////////////////////////////////////////////////////////////////////////
0016 //                                                                      //
0017 // Matrix utility classes.                                              //
0018 //                                                                      //
0019 //  Instantiation of                                                     //
0020 //   TMatrixTRow_const       <Double_t>  TMatrixTRow       <Double_t>   //
0021 //   TMatrixTColumn_const    <Double_t>  TMatrixTColumn    <Double_t>   //
0022 //   TMatrixTDiag_const      <Double_t>  TMatrixTDiag      <Double_t>   //
0023 //   TMatrixTFlat_const      <Double_t>  TMatrixTFlat      <Double_t>   //
0024 //   TMatrixTSub_const       <Double_t>  TMatrixTSub       <Double_t>   //
0025 //   TMatrixTSparseRow_const <Double_t>  TMatrixTSparseRow <Double_t>   //
0026 //   TMatrixTSparseDiag_const<Double_t>  TMatrixTSparseDiag<Double_t>   //
0027 //                                                                      //
0028 //   TElementActionT   <Double_t>                                       //
0029 //   TElementPosActionT<Double_t>                                       //
0030 //                                                                      //
0031 //////////////////////////////////////////////////////////////////////////
0032 
0033 #include "TMatrixTUtils.h"
0034 #include "TMatrixDUtilsfwd.h"
0035 
0036 #endif