Logo ROOT   6.08/07
Reference Guide
SMatrixFfwd.h
Go to the documentation of this file.
1 // @(#)root/smatrix:$Id$
2 // Authors: T. Glebe, L. Moneta 2005
3 
4 #ifndef ROOT_Math_SMatrixFfwd
5 #define ROOT_Math_SMatrixFfwd
6 
7 namespace ROOT {
8 
9 namespace Math{
10 
11  template <class T, unsigned int D1, unsigned int D2, class R> class SMatrix;
12 
13  template <class T, unsigned int D1, unsigned int D2> class MatRepStd;
14  template <class T, unsigned int D> class MatRepSym;
15 
22 
29 
30 
31 } // namespace Math
32 
33 } // namespace ROOT
34 
35 #endif
This namespace contains pre-defined functions to be used in conjuction with TExecutor::Map and TExecu...
Definition: StringConv.hxx:21
SMatrix< float, 2, 2, MatRepSym< float, 2 > > SMatrixSym2F
Definition: SMatrixFfwd.h:23
MatRepSym Matrix storage representation for a symmetric matrix of dimension NxN This class is a templ...
Definition: HelperOps.h:35
SMatrix< float, 7, 7, MatRepStd< float, 7, 7 > > SMatrix7F
Definition: SMatrixFfwd.h:21
SMatrix< float, 7, 7, MatRepSym< float, 7 > > SMatrixSym7F
Definition: SMatrixFfwd.h:28
SMatrix< float, 6, 6, MatRepStd< float, 6, 6 > > SMatrix6F
Definition: SMatrixFfwd.h:20
SMatrix: a generic fixed size D1 x D2 Matrix class.
SMatrix< float, 4, 4, MatRepSym< float, 4 > > SMatrixSym4F
Definition: SMatrixFfwd.h:25
SMatrix< float, 5, 5, MatRepStd< float, 5, 5 > > SMatrix5F
Definition: SMatrixFfwd.h:19
SMatrix< float, 4, 4, MatRepStd< float, 4, 4 > > SMatrix4F
Definition: SMatrixFfwd.h:18
SMatrix< float, 3, 3, MatRepStd< float, 3, 3 > > SMatrix3F
Definition: SMatrixFfwd.h:17
SMatrix< float, 3, 3, MatRepSym< float, 3 > > SMatrixSym3F
Definition: SMatrixFfwd.h:24
SMatrix< float, 6, 6, MatRepSym< float, 6 > > SMatrixSym6F
Definition: SMatrixFfwd.h:27
SMatrix< float, 5, 5, MatRepSym< float, 5 > > SMatrixSym5F
Definition: SMatrixFfwd.h:26
SMatrix< float, 2, 2, MatRepStd< float, 2, 2 > > SMatrix2F
Definition: SMatrixFfwd.h:14
Namespace for new Math classes and functions.