Loading...
Searching...
No Matches
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
12namespace SymEngine
13{
14
15// Solve the diophantine system Ax = 0 and return a basis set for solutions
16void homogeneous_lde(std::vector<DenseMatrix> &basis, const DenseMatrix &A);
17} // namespace SymEngine
18
19#endif
Main namespace for SymEngine package.
Definition: add.cpp:19