SymEngine C++ API
symengine
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
void
homogeneous_lde(
std::vector<DenseMatrix>
&basis,
const
DenseMatrix &A);
17
}
// namespace SymEngine
18
19
#endif
SymEngine
Main namespace for SymEngine package.
Definition:
add.cpp:19
std::vector