My Project
Loading...
Searching...
No Matches
khstd.h
Go to the documentation of this file.
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
Definition: intvec.h:23
const CanonicalForm & w
Definition: facAbsFact.cc:51
void khCheckLocInhom(ideal Q, intvec *w, intvec *hilb, int &count, kStrategy strat)
Definition: khstd.cc:133
void khCheck(ideal Q, intvec *w, intvec *hilb, int &eledeg, int &count, kStrategy strat)
Definition: khstd.cc:28
int status int void size_t count
Definition: si_signals.h:59
#define Q
Definition: sirandom.c:26