source: git/factory/factory.template @ 4d282a

spielwiese
Last change on this file since 4d282a was 4d282a, checked in by Jens Schmidt <schmidt@…>, 27 years ago
stream-io wrapped by NOSTREAMIO cf_globals.h included because of version string git-svn-id: file:///usr/local/Singular/svn/trunk@100 2c84dea3-7e68-4137-9b89-c4e89433aadc
  • Property mode set to 100644
File size: 701 bytes
Line 
1// emacs edit mode for this file is -*- C++ -*-
2/* $Id: factory.template,v 1.2 1997-03-27 09:58:45 schmidt Exp $ */
3
4#ifndef INCL_FACTORY_H
5#define INCL_FACTORY_H
6
7#ifndef NOSTREAMIO
8#include <iostream.h>
9#endif /* NOSTREAMIO */
10
11#include <templates/array.h>
12#include <templates/factor.h>
13#include <templates/list.h>
14#include <templates/matrix.h>
15
16.INCLUDE cf_defs.h
17
18.INCLUDE variable.h
19
20.INCLUDE canonicalform.h
21
22.INCLUDE cf_binom.h
23
24.INCLUDE cf_iter.h
25
26.INCLUDE cf_generator.h
27
28.INCLUDE cf_globals.h
29
30.INCLUDE cf_random.h
31
32.INCLUDE cf_eval.h
33
34.INCLUDE cf_reval.h
35
36.INCLUDE cf_chinese.h
37
38.INCLUDE cf_map.h
39
40.INCLUDE fac_util.h
41
42.INCLUDE cf_irred.h
43
44.INCLUDE cf_primes.h
45
46#endif /* INCL_FACTORY_H */
Note: See TracBrowser for help on using the repository browser.