Back to home page

EIC code displayed by LXR

 
 

    


Warning, file /include/root/TMatrixFSparse.h was not indexed or was modified since last indexation (in which case cross-reference links may be missing, inaccurate or erroneous).

0001 // @(#)root/matrix:$Id$
0002 // Authors: Fons Rademakers, Eddy Offermann   Feb 2004
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_TMatrixFSparse
0013 #define ROOT_TMatrixFSparse
0014 
0015 //////////////////////////////////////////////////////////////////////////
0016 //                                                                      //
0017 // TMatrixFSparse                                                       //
0018 //                                                                      //
0019 //  Instantiation of TMatrixTSparse<Float_t>                             //
0020 //                                                                      //
0021 //////////////////////////////////////////////////////////////////////////
0022 
0023 #include "TMatrixTSparse.h"
0024 #include "TMatrixFSparsefwd.h"
0025 #include "TMatrixFUtils.h"
0026 
0027 #endif