SymEngine C++ API
Main Page
Related Pages
Namespaces
Namespace List
Namespace Members
All
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
x
z
Functions
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
x
z
Enumerations
Enumerator
Data Structures
Data Structures
Data Structure Index
Class Hierarchy
Data Fields
All
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
r
s
t
u
x
z
~
Functions
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
r
s
t
u
z
~
Variables
b
c
d
h
i
n
r
t
x
Related Functions
Files
File List
Globals
All
Macros
•
All
Data Structures
Namespaces
Files
Functions
Variables
Enumerations
Enumerator
Friends
Macros
Pages
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
Code