source: git/factory/factory.template @ 881a51

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