00001 /************************************************************************* 00002 * Copyright (C) 1995-2000, Rene Brun and Fons Rademakers. * 00003 * All rights reserved. * 00004 * * 00005 * For the licensing terms see $ROOTSYS/LICENSE. * 00006 * For the list of contributors see $ROOTSYS/README/CREDITS. * 00007 *************************************************************************/ 00008 00009 #ifndef ROOT_TMatrixDSparsefwd 00010 #define ROOT_TMatrixDSparsefwd 00011 00012 ////////////////////////////////////////////////////////////////////////// 00013 // // 00014 // TMatrixDSparse // 00015 // // 00016 // Forward declaration of TMatrixTSparse<Double_t> // 00017 // // 00018 ////////////////////////////////////////////////////////////////////////// 00019 00020 #ifndef ROOT_Rtypes 00021 #include "Rtypes.h" 00022 #endif 00023 00024 template<class Element> class TMatrixTSparse; 00025 typedef TMatrixTSparse<Double_t> TMatrixDSparse; 00026 00027 #endif