|
||||
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_TMatrixFUtils 0013 #define ROOT_TMatrixFUtils 0014 0015 ////////////////////////////////////////////////////////////////////////// 0016 // // 0017 // Matrix utility classes. // 0018 // // 0019 // Instantiation of // 0020 // TMatrixTRow_const <Float_t> TMatrixTRow <Float_t> // 0021 // TMatrixTColumn_const <Float_t> TMatrixTColumn <Float_t> // 0022 // TMatrixTDiag_const <Float_t> TMatrixTDiag <Float_t> // 0023 // TMatrixTFlat_const <Float_t> TMatrixTFlat <Float_t> // 0024 // TMatrixTSub_const <Float_t> TMatrixTSub <Float_t> // 0025 // TMatrixTSparseRow_const <Float_t> TMatrixTSparseRow <Float_t> // 0026 // TMatrixTSparseDiag_const<Float_t> TMatrixTSparseDiag<Float_t> // 0027 // // 0028 // TElementActionT <Float_t> // 0029 // TElementPosActionT<Float_t> // 0030 // // 0031 ////////////////////////////////////////////////////////////////////////// 0032 0033 #include "TMatrixTUtils.h" 0034 #include "TMatrixFUtilsfwd.h" 0035 0036 #endif
[ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
This page was automatically generated by the 2.3.7 LXR engine. The LXR team |