polylib 7.01
NormalForms.h
Go to the documentation of this file.
1#if defined(__cplusplus)
2extern "C" {
3#endif
4
5// extern void Smith(Matrix *A, Matrix **U, Matrix **V, Matrix **Product);
6// extern void Hermite(Matrix *A, Matrix **H, Matrix **U);
7
8#if defined(__cplusplus)
9}
10#endif