Main Page   Compound List   File List   Compound Members   File Members  

NormalForms.h

Go to the documentation of this file.
00001 #if __STDC__ 
00002 
00003 extern void Smith(Matrix *A, Matrix **U, Matrix **V, Matrix **Product);
00004 extern void Hermite(Matrix *A, Matrix **H, Matrix **U);
00005 
00006 #else 
00007 
00008 extern void Smith(/*Matrix *A, Matrix **U, Matrix **V, Matrix **Product */);
00009 extern void Hermite(/*Matrix *A, Matrix **H, Matrix **U */);
00010 
00011 #endif

Generated on Mon Mar 15 10:59:51 2004 for polylib by doxygen1.2.18