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_TVectorD 00010 #define ROOT_TVectorD 00011 00012 ////////////////////////////////////////////////////////////////////////// 00013 // // 00014 // TVectorD // 00015 // // 00016 // Instantation of TVectorT<Double_t> // 00017 // // 00018 ////////////////////////////////////////////////////////////////////////// 00019 00020 #ifndef ROOT_TVectorT 00021 #include "TVectorT.h" 00022 #endif 00023 #ifndef ROOT_TVectorDfwd 00024 #include "TVectorDfwd.h" 00025 #endif 00026 #ifndef ROOT_TMatrixD 00027 #include "TMatrixD.h" 00028 #endif 00029 #ifndef ROOT_TMatrixDSym 00030 #include "TMatrixDSym.h" 00031 #endif 00032 #ifndef ROOT_TMatrixDSparse 00033 #include "TMatrixDSparse.h" 00034 #endif 00035 00036 #endif