My Project
debian-1:4.1.2-p1+ds-2
Singular
dyn_modules
gfanlib
ppinitialReduction.h
Go to the documentation of this file.
1
#ifndef PPINITIALREDUCTION_H
2
#define PPINITIALREDUCTION_H
3
4
#include "
kernel/structs.h
"
5
#include "
tropicalStrategy.h
"
6
7
typedef
std::pair<int,int>
mark
;
8
typedef
std::vector<std::pair<int,int> >
marks
;
9
10
bool
isOrderingLocalInT
(
const
ring r);
11
void
pReduce
(ideal &I,
const
number
p
,
const
ring r);
12
void
pReduceInhomogeneous
(poly &
g
,
const
number
p
,
const
ring r);
13
bool
ppreduceInitially
(ideal I,
const
ring r,
const
number
p
);
14
/* BOOLEAN ppreduceInitially(leftv res, leftv args); */
15
16
#endif
isOrderingLocalInT
bool isOrderingLocalInT(const ring r)
Definition:
ppinitialReduction.cc:8
pReduceInhomogeneous
void pReduceInhomogeneous(poly &g, const number p, const ring r)
Definition:
ppinitialReduction.cc:131
g
g
Definition:
cfModGcd.cc:4031
ppreduceInitially
bool ppreduceInitially(ideal I, const ring r, const number p)
reduces I initially with respect to itself.
Definition:
ppinitialReduction.cc:583
pReduce
void pReduce(ideal &I, const number p, const ring r)
Definition:
ppinitialReduction.cc:260
structs.h
tropicalStrategy.h
marks
std::vector< std::pair< int, int > > marks
Definition:
ppinitialReduction.h:8
mark
std::pair< int, int > mark
Definition:
ppinitialReduction.h:7
p
int p
Definition:
cfModGcd.cc:4019
Generated on Thu Jan 9 2020 20:32:43 for My Project by
doxygen 1.8.16
for
Singular debian-1:4.1.2-p1+ds-2