Go to the documentation of this file.00001 #ifndef _Kinefit_SMATRIX_H_
00002 #define _Kinefit_SMATRIX_H_
00003
00004 #include <Math/SVector.h>
00005 #include <Math/SMatrix.h>
00006
00007 typedef ROOT::Math::SVector<double,7> AlgebraicVector7;
00008 typedef ROOT::Math::SMatrix<double,7,7,ROOT::Math::MatRepSym<double,7> > AlgebraicSymMatrix77;
00009 typedef ROOT::Math::SMatrix<double,7,7,ROOT::Math::MatRepStd<double,7,7> > AlgebraicMatrix77;
00010 typedef ROOT::Math::SMatrix<double,6,7,ROOT::Math::MatRepStd<double,6,7> > AlgebraicMatrix67;
00011 typedef ROOT::Math::SMatrix<double,7,6,ROOT::Math::MatRepStd<double,7,6> > AlgebraicMatrix76;
00012
00013 #endif