diophantine.h
Go to the documentation of this file.
1 
7 #ifndef SYMENGINE_DIOPHANTINE_H
8 #define SYMENGINE_DIOPHANTINE_H
9 
10 #include <symengine/matrix.h>
11 
12 namespace SymEngine
13 {
14 
15 // Solve the diophantine system Ax = 0 and return a basis set for solutions
16 SYMENGINE_EXPORT void homogeneous_lde(std::vector<DenseMatrix> &basis,
17  const DenseMatrix &A);
18 } // namespace SymEngine
19 
20 #endif
Main namespace for SymEngine package.
Definition: add.cpp:19