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_TMatrixF 00010 #define ROOT_TMatrixF 00011 00012 ////////////////////////////////////////////////////////////////////////// 00013 // // 00014 // TMatrixF // 00015 // // 00016 // Instantation of TMatrixT<Float_t> // 00017 // // 00018 ////////////////////////////////////////////////////////////////////////// 00019 00020 #ifndef ROOT_TMatrixT 00021 #include "TMatrixT.h" 00022 #endif 00023 #ifndef ROOT_TMatrixFfwd 00024 #include "TMatrixFfwd.h" 00025 #endif 00026 #ifndef ROOT_TMatrixFUtils 00027 #include "TMatrixFUtils.h" 00028 #endif 00029 00030 #endif