// @(#)root/smatrix:$Id$ // Authors: T. Glebe, L. Moneta 2005 #ifndef ROOT_Math_SMatrixDfwd #define ROOT_Math_SMatrixDfwd namespace ROOT { namespace Math{ template class SMatrix; template class MatRepStd; template class MatRepSym; typedef SMatrix > SMatrix2D; typedef SMatrix > SMatrix3D; typedef SMatrix > SMatrix4D; typedef SMatrix > SMatrix5D; typedef SMatrix > SMatrix6D; typedef SMatrix > SMatrix7D; typedef SMatrix > SMatrixSym2D; typedef SMatrix > SMatrixSym3D; typedef SMatrix > SMatrixSym4D; typedef SMatrix > SMatrixSym5D; typedef SMatrix > SMatrixSym6D; typedef SMatrix > SMatrixSym7D; } // namespace Math } // namespace ROOT #endif