// @(#)root/smatrix:$Id$ // Authors: T. Glebe, L. Moneta 2005 #ifndef ROOT_Math_SMatrixFfwd #define ROOT_Math_SMatrixFfwd namespace ROOT { namespace Math{ template class SMatrix; template class MatRepStd; template class MatRepSym; typedef SMatrix > SMatrix2F; typedef SMatrix > SMatrix3F; typedef SMatrix > SMatrix4F; typedef SMatrix > SMatrix5F; typedef SMatrix > SMatrix6F; typedef SMatrix > SMatrix7F; typedef SMatrix > SMatrixSym2F; typedef SMatrix > SMatrixSym3F; typedef SMatrix > SMatrixSym4F; typedef SMatrix > SMatrixSym5F; typedef SMatrix > SMatrixSym6F; typedef SMatrix > SMatrixSym7F; } // namespace Math } // namespace ROOT #endif