
Note TL, 07 May 2024: 

The fourier function is currently used for the new polytope class.
However, it's implementation is given in c-files,
which are compiled to mex files located in this folder.

`fourier` would also be available through the tbxmanager.
We provide it directly in cora for legacy reasons.
Thus, the mex files for linux, mac, and windows (all 64-bit) are included.

If another distribution is needed, 
one can just install it via the tbxmanager
and copy the respective mex file into this folder.

    tbxmanager install fourier

--------------------------
Original readme:

C code for fourier elimination in matlab

Type makewin for windows or makelinux for linux/unix at the matlab
command prompt.

  Author: Colin Jones
  Email : cnj22@cam.ac.uk
  Date  : April 17, 2004


% ---------------------------------------------------------------------------
% Legal note:
%          This program is free software; you can redistribute it and/or
%          modify it under the terms of the GNU General Public
%          License as published by the Free Software Foundation; either
%          version 2.1 of the License, or (at your option) any later version.
%
%          This program is distributed in the hope that it will be useful,
%          but WITHOUT ANY WARRANTY; without even the implied warranty of
%          MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
%          General Public License for more details.
% 
%          You should have received a copy of the GNU General Public
%          License along with this library; if not, write to the 
%          Free Software Foundation, Inc., 
%          59 Temple Place, Suite 330, 
%          Boston, MA  02111-1307  USA
%
% ---------------------------------------------------------------------------
