Main Page
Data Structures
Files
File List
Globals
kernel
GBEngine
kstdfac.h
Go to the documentation of this file.
1
#ifndef KSTDFAC_H
2
#define KSTDFAC_H
3
/****************************************
4
* Computer Algebra System SINGULAR *
5
****************************************/
6
/*
7
* ABSTRACT - Kernel: factorizing alg. of Buchberger
8
*/
9
#include <
kernel/structs.h
>
10
#include <
polys/simpleideals.h
>
11
12
ideal_list
kStdfac
(
ideal
F,
ideal
Q
,
tHomog
h
,
intvec
**
w
,
ideal
D
=
NULL
);
13
#endif
14
structs.h
ideal
const ideal
Definition:
gb_hack.h:42
Q
#define Q
Definition:
sirandom.c:25
intvec
Definition:
intvec.h:16
tHomog
tHomog
Definition:
structs.h:37
kStdfac
ideal_list kStdfac(ideal F, ideal Q, tHomog h, intvec **w, ideal D=NULL)
Definition:
kstdfac.cc:885
D
D(ideal gnc_gr_bba(const ideal, const ideal, const intvec *, const intvec *, kStrategy, const ring _currRing)) D(ideal gnc_gr_mora(const ideal
Modified Plural's Buchberger's algorithmus.
NULL
#define NULL
Definition:
omList.c:10
w
const CanonicalForm & w
Definition:
facAbsFact.cc:55
simpleideals.h
h
static Poly * h
Definition:
janet.cc:978
Generated on Mon Aug 3 2015 12:41:00 by
doxygen 1.8.9.1
for
Singular a9b8ed0|M