00001 // @(#)root/matrix:$Id: TMatrixFUtils.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_TMatrixFUtils 00013 #define ROOT_TMatrixFUtils 00014 00015 ////////////////////////////////////////////////////////////////////////// 00016 // // 00017 // Matrix utility classes. // 00018 // // 00019 // Instantation of // 00020 // TMatrixTRow_const <Float_t> TMatrixTRow <Float_t> // 00021 // TMatrixTColumn_const <Float_t> TMatrixTColumn <Float_t> // 00022 // TMatrixTDiag_const <Float_t> TMatrixTDiag <Float_t> // 00023 // TMatrixTFlat_const <Float_t> TMatrixTFlat <Float_t> // 00024 // TMatrixTSub_const <Float_t> TMatrixTSub <Float_t> // 00025 // TMatrixTSparseRow_const <Float_t> TMatrixTSparseRow <Float_t> // 00026 // TMatrixTSparseDiag_const<Float_t> TMatrixTSparseDiag<Float_t> // 00027 // // 00028 // TElementActionT <Float_t> // 00029 // TElementPosActionT<Float_t> // 00030 // // 00031 ////////////////////////////////////////////////////////////////////////// 00032 00033 #ifndef ROOT_TMatrixTUtils 00034 #include "TMatrixTUtils.h" 00035 #endif 00036 #ifndef ROOT_TMatrixFUtilsfwd 00037 #include "TMatrixFUtilsfwd.h" 00038 #endif 00039 00040 #endif