source: git/Singular/spectrum.h @ 5d32fd

spielwiese
Last change on this file since 5d32fd was 5d32fd, checked in by Hans Schönemann <hannes@…>, 24 years ago
* hannes: move spectrum-stuff to a library and extra.cc, step I git-svn-id: file:///usr/local/Singular/svn/trunk@3917 2c84dea3-7e68-4137-9b89-c4e89433aadc
  • Property mode set to 100644
File size: 828 bytes
Line 
1// ----------------------------------------------------------------------------
2//  spectrum.h
3//  begin of file
4//  Stephan Endrass, endrass@mathematik.uni-mainz.de
5//  23.7.99
6// ----------------------------------------------------------------------------
7
8#ifndef SPECTRUM_H
9#define SPECTRUM_H
10
11BOOLEAN    spectrumOp3  ( leftv,leftv, leftv, leftv );
12BOOLEAN    spectrumProc ( leftv,leftv );
13BOOLEAN    spectrumfProc( leftv,leftv );
14BOOLEAN    spaddProc    ( leftv,leftv,leftv );
15BOOLEAN    spmulProc    ( leftv,leftv,leftv );
16BOOLEAN    semicProc   ( leftv,leftv,leftv );
17BOOLEAN    semicProc3   ( leftv,leftv,leftv,leftv );
18
19#endif
20
21// ----------------------------------------------------------------------------
22//  spectrum.h
23//  end of file
24// ----------------------------------------------------------------------------
Note: See TracBrowser for help on using the repository browser.