spielwiese
Last change
on this file since 57fa2c4 was
57fa2c4,
checked in by Adi Popescu <adi_popescum@…>, 10 years ago
|
Separating Headers kernel/GBEngine
|
-
Property mode set to
100644
|
File size:
333 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 | |
---|
11 | ideal_list kStdfac(ideal F, ideal Q, tHomog h,intvec ** w, ideal D=NULL); |
---|
12 | #endif |
---|
13 | |
---|
Note: See
TracBrowser
for help on using the repository browser.