source: git/Singular/spectrum.h @ 584f84d

spielwiese
Last change on this file since 584f84d was 130c85, checked in by Hans Schönemann <hannes@…>, 24 years ago
* hannes: spectrum stuff git-svn-id: file:///usr/local/Singular/svn/trunk@3945 2c84dea3-7e68-4137-9b89-c4e89433aadc
  • Property mode set to 100644
File size: 773 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    spectrumProc ( leftv,leftv );
12BOOLEAN    spectrumfProc( leftv,leftv );
13BOOLEAN    spaddProc    ( leftv,leftv,leftv );
14BOOLEAN    spmulProc    ( leftv,leftv,leftv );
15BOOLEAN    semicProc   ( leftv,leftv,leftv );
16BOOLEAN    semicProc3   ( leftv,leftv,leftv,leftv );
17
18#endif
19
20// ----------------------------------------------------------------------------
21//  spectrum.h
22//  end of file
23// ----------------------------------------------------------------------------
Note: See TracBrowser for help on using the repository browser.