source: git/kernel/GBEngine/khstd.h @ 24bc73

spielwiese
Last change on this file since 24bc73 was 89f4843, checked in by Hans Schoenemann <hannes@…>, 7 years ago
use include ".." for singular related .h, p10, register ->REGISTER
  • Property mode set to 100644
File size: 502 bytes
Line 
1#ifndef KHSTD_H
2#define KHSTD_H
3/****************************************
4*  Computer Algebra System SINGULAR     *
5****************************************/
6/*
7* ABSTRACT:hilbert driven std
8*/
9
10#include "kernel/structs.h"
11
12void khCheck(ideal Q, intvec *w, intvec *hilb, int &eledeg, int &count,
13             kStrategy strat);
14                        /* ideal S=strat->Shdl, poly p=strat->P.p */
15
16void khCheckLocInhom(ideal Q, intvec *w, intvec *hilb, int &count,
17             kStrategy strat);
18#endif
Note: See TracBrowser for help on using the repository browser.