00001 // @(#)root/matrix:$Id: TMatrixDUtils.h 20882 2007-11-19 11:31:26Z rdm $ 00002 // Authors: Fons Rademakers, Eddy Offermann Nov 2003 00003 00004 /************************************************************************* 00005 * Copyright (C) 1995-2000, Rene Brun and Fons Rademakers. * 00006 * All rights reserved. * 00007 * * 00008 * For the licensing terms see $ROOTSYS/LICENSE. * 00009 * For the list of contributors see $ROOTSYS/README/CREDITS. * 00010 *************************************************************************/ 00011 00012 #ifndef ROOT_TMatrixDUtils 00013 #define ROOT_TMatrixDUtils 00014 00015 ////////////////////////////////////////////////////////////////////////// 00016 // // 00017 // Matrix utility classes. // 00018 // // 00019 // Instantation of // 00020 // TMatrixTRow_const <Double_t> TMatrixTRow <Double_t> // 00021 // TMatrixTColumn_const <Double_t> TMatrixTColumn <Double_t> // 00022 // TMatrixTDiag_const <Double_t> TMatrixTDiag <Double_t> // 00023 // TMatrixTFlat_const <Double_t> TMatrixTFlat <Double_t> // 00024 // TMatrixTSub_const <Double_t> TMatrixTSub <Double_t> // 00025 // TMatrixTSparseRow_const <Double_t> TMatrixTSparseRow <Double_t> // 00026 // TMatrixTSparseDiag_const<Double_t> TMatrixTSparseDiag<Double_t> // 00027 // // 00028 // TElementActionT <Double_t> // 00029 // TElementPosActionT<Double_t> // 00030 // // 00031 ////////////////////////////////////////////////////////////////////////// 00032 00033 #ifndef ROOT_TMatrixTUtils 00034 #include "TMatrixTUtils.h" 00035 #endif 00036 #ifndef ROOT_TMatrixDUtilsfwd 00037 #include "TMatrixDUtilsfwd.h" 00038 #endif 00039 00040 #endif