polylib 5.22.8
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
8extern int SolveDiophantine(Matrix *M, Matrix **U, Vector **X);
9
10#if defined(__cplusplus)
11}
12#endif
13
14#endif /* _SolveDio_h_ */
int SolveDiophantine(Matrix *M, Matrix **U, Vector **X)
Definition: SolveDio.c:64
Definition: types.h:70
Definition: types.h:75