source: git/kernel/gfan.h @ 5cd07b

spielwiese
Last change on this file since 5cd07b was 5cd07b, checked in by Martin Monerjan, 15 years ago
Two new methods: int gcone::dotProduct(intvec **a, intvec **b) bool gcone::isParallel(intvec *a, intvec *b) gcone::flip now computes the initial form as an array of polynomials. How to get this into an ideal? git-svn-id: file:///usr/local/Singular/svn/trunk@11615 2c84dea3-7e68-4137-9b89-c4e89433aadc
  • Property mode set to 100644
File size: 413 bytes
Line 
1/*
2gfan.h Interface to gfan.cc
3
4$Author: monerjan $
5$Date: 2009-04-03 13:49:16 $
6$Header: /exports/cvsroot-2/cvsroot/kernel/gfan.h,v 1.6 2009-04-03 13:49:16 monerjan Exp $
7$Id: gfan.h,v 1.6 2009-04-03 13:49:16 monerjan Exp $
8*/
9#ifdef HAVE_GFAN
10#include "intvec.h"
11
12//ideal getGB(ideal inputIdeal);
13ideal gfan(ideal inputIdeal);
14//int dotProduct(intvec a, intvec b);
15//bool isParallel(intvec a, intvec b);
16#endif
Note: See TracBrowser for help on using the repository browser.