smithpoly.hpp

Go to the documentation of this file.
00001 /* /////////////////////////////////////////////////////////////////////////////
00002 //
00003 //  File:       smithpoly.hpp
00004 //  Created:    2005/10/18    0:50
00005 //
00006 //  Author: Andrey Somsikov
00007 */
00008 
00009 #ifndef __ARAGELI_smithpoly_hpp__
00010 #define __ARAGELI_smithpoly_hpp__
00011 
00012 #include "config.hpp"
00013 #include <stdlib.h>
00014 
00015 namespace Arageli
00016 {
00017 
00018 /*
00019 template <typename T>
00020 matrix<T> smithPoly_rand(const matrix<T>& m);
00021 */
00022 
00023 } // namespace Arageli
00024 
00025 #ifdef ARAGELI_INCLUDE_CPP_WITH_EXPORT_TEMPLATE
00026     #define ARAGELI_INCLUDE_CPP_WITH_EXPORT_TEMPLATE_smithpoly
00027     #include "smithpoly.cpp"
00028     #undef  ARAGELI_INCLUDE_CPP_WITH_EXPORT_TEMPLATE_smithpoly
00029 #endif
00030 
00031 #endif /*__ARAGELI_smithpoly_hpp__*/
00032 /* End of file smithpoly.hpp */

Generated on Thu Aug 31 17:38:11 2006 for Arageli by  doxygen 1.4.7