spielwiese
Last change
on this file since a4771e1 was
a4771e1,
checked in by Oleksandr Motsak <motsak@…>, 9 years ago
|
Separation of hilbert function into kernel/combinatorics/hilb.h + include cleanup
|
-
Property mode set to
100644
|
File size:
365 bytes
|
Line | |
---|
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 | |
---|
Note: See
TracBrowser
for help on using the repository browser.