polylib 7.01
SolveDio.h
Go to the documentation of this file.
1#ifndef _SolveDio_h_
2#define _SolveDio_h_
3
4#if defined(__cplusplus)
5extern "C" {
6#endif
7
8// extern int SolveDiophantine(Matrix *M, Matrix **U, Vector **X);
9
10#if defined(__cplusplus)
11}
12#endif
13
14#endif /* _SolveDio_h_ */