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#include "coeffs/bigintmat.h"
12
13void khCheck(ideal Q, intvec *w, bigintmat *hilb, int &eledeg, int &count,
14 kStrategy strat);
15 /* ideal S=strat->Shdl, poly p=strat->P.p */
16
17void khCheckLocInhom(ideal Q, intvec *w, bigintmat *hilb, int &count,
18 kStrategy strat);
19#endif
Matrices of numbers.
Definition bigintmat.h:51
const CanonicalForm & w
Definition facAbsFact.cc:51
void khCheck(ideal Q, intvec *w, bigintmat *hilb, int &eledeg, int &count, kStrategy strat)
Definition khstd.cc:28
void khCheckLocInhom(ideal Q, intvec *w, bigintmat *hilb, int &count, kStrategy strat)
Definition khstd.cc:248
int status int void size_t count
Definition si_signals.h:69
#define Q
Definition sirandom.c:26
skStrategy * kStrategy
Definition structs.h:54