source: git/kernel/khstd.h @ 1c94e4

spielwiese
Last change on this file since 1c94e4 was 6ce030f, checked in by Oleksandr Motsak <motsak@…>, 12 years ago
removal of the $Id$ svn tag from everywhere NOTE: the git SHA1 may be used instead (only on special places) NOTE: the libraries Singular/LIB/*.lib still contain the marker due to our current use of svn
  • Property mode set to 100644
File size: 404 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
16#endif
Note: See TracBrowser for help on using the repository browser.