12 #ifndef ROOT_TMatrixFUtilsfwd
13 #define ROOT_TMatrixFUtilsfwd
35 template<
class Element>
class TMatrixTRow_const;
36 template<
class Element>
class TMatrixTColumn_const;
37 template<
class Element>
class TMatrixTDiag_const;
38 template<
class Element>
class TMatrixTFlat_const;
39 template<
class Element>
class TMatrixTSub_const;
40 template<
class Element>
class TMatrixTSparseRow_const;
41 template<
class Element>
class TMatrixTSparseDiag_const;
43 template<
class Element>
class TMatrixTRow;
44 template<
class Element>
class TMatrixTColumn;
45 template<
class Element>
class TMatrixTDiag;
46 template<
class Element>
class TMatrixTFlat;
47 template<
class Element>
class TMatrixTSub;
48 template<
class Element>
class TMatrixTSparseRow;
49 template<
class Element>
class TMatrixTSparseDiag;
51 template<
class Element>
class TElementActionT;
52 template<
class Element>
class TElementPosActionT;
54 typedef TMatrixTRow_const <Float_t> TMatrixFRow_const;
55 typedef TMatrixTColumn_const <Float_t> TMatrixFColumn_const;
56 typedef TMatrixTDiag_const <Float_t> TMatrixFDiag_const;
57 typedef TMatrixTFlat_const <Float_t> TMatrixFFlat_const;
58 typedef TMatrixTSub_const <Float_t> TMatrixFSub_const;
59 typedef TMatrixTSparseRow_const <Float_t> TMatrixFSparseRow_const;
60 typedef TMatrixTSparseDiag_const<Float_t> TMatrixFSparseDiag_const;
62 typedef TMatrixTRow <Float_t> TMatrixFRow;
63 typedef TMatrixTColumn <Float_t> TMatrixFColumn;
64 typedef TMatrixTDiag <Float_t> TMatrixFDiag;
65 typedef TMatrixTFlat <Float_t> TMatrixFFlat;
66 typedef TMatrixTSub <Float_t> TMatrixFSub;
67 typedef TMatrixTSparseRow <Float_t> TMatrixFSparseRow;
68 typedef TMatrixTSparseDiag <Float_t> TMatrixFSparseDiag;
70 typedef TElementActionT <Float_t> TElementActionF;
71 typedef TElementPosActionT <Float_t> TElementPosActionF;