|
||||
File indexing completed on 2025-01-18 10:12:14
0001 // @(#)root/matrix:$Id$ 0002 // Authors: Fons Rademakers, Eddy Offermann Nov 2003 0003 0004 /************************************************************************* 0005 * Copyright (C) 1995-2000, Rene Brun and Fons Rademakers. * 0006 * All rights reserved. * 0007 * * 0008 * For the licensing terms see $ROOTSYS/LICENSE. * 0009 * For the list of contributors see $ROOTSYS/README/CREDITS. * 0010 *************************************************************************/ 0011 0012 #ifndef ROOT_TMatrixFBasefwd 0013 #define ROOT_TMatrixFBasefwd 0014 0015 ////////////////////////////////////////////////////////////////////////// 0016 // // 0017 // TMatrixFBase // 0018 // // 0019 // Forward declaration of TMatrixTBase<Float_t> // 0020 // // 0021 ////////////////////////////////////////////////////////////////////////// 0022 0023 #include "RtypesCore.h" 0024 0025 template<class Element> class TMatrixTBase; 0026 typedef TMatrixTBase<Float_t> TMatrixFBase; 0027 0028 #endif
[ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
This page was automatically generated by the 2.3.7 LXR engine. The LXR team |