Changeset d37f27 in git for Singular/fglm.h


Ignore:
Timestamp:
Oct 6, 1997, 2:19:13 PM (27 years ago)
Author:
Olaf Bachmann <obachman@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
a3872e12ad2f5f7b36f8d1c0875192e5c8f7f97f
Parents:
02c9d9dd4ca64cf657af1168cc10197ee4f05c6d
Message:
* obachman/wichmann: Merged changes from branch fglm-test-applications


git-svn-id: file:///usr/local/Singular/svn/trunk@779 2c84dea3-7e68-4137-9b89-c4e89433aadc
File:
1 edited

Legend:

Unmodified
Added
Removed
  • Singular/fglm.h

    r02c9d9 rd37f27  
    11// emacs edit mode for this file is -*- C++ -*-
    2 // $Id: fglm.h,v 1.4 1997-08-15 08:08:55 Singular Exp $
     2// $Id: fglm.h,v 1.5 1997-10-06 12:19:07 obachman Exp $
    33
    44/****************************************
     
    1414#define FGLM_H
    1515
     16#include "polys.h"
     17#include "fglmvec.h"
     18
    1619#define PROT(msg)
    1720#define STICKYPROT(msg) if (BTEST1(OPT_PROT)) Print(msg)
     
    1922#define STICKYPROT2(msg,arg) if (BTEST1(OPT_PROT)) Print(msg,arg)
    2023#define fglmASSERT(ignore1,ignore2)
    21 
    22 #include "polys.h"
    23 #include "fglmvec.h"
    2424
    2525// internal Version: 1.10.1.4
     
    7777BOOLEAN
    7878fglmProc( leftv result, leftv first, leftv second );
     79
     80// FindUnivariatePolys (test)
     81ideal
     82FindUnivariateWrapper( ideal source );
    7983#endif
Note: See TracChangeset for help on using the changeset viewer.