00001 #if defined(__cplusplus) 00002 extern "C" { 00003 #endif 00004 00005 extern void Smith(Matrix *A, Matrix **U, Matrix **V, Matrix **Product); 00006 extern void Hermite(Matrix *A, Matrix **H, Matrix **U); 00007 00008 #if defined(__cplusplus) 00009 } 00010 #endif