source: git/libfac/header.tpl @ 6c02a5

fieker-DuValspielwiese
Last change on this file since 6c02a5 was 1a80b4, checked in by Hans Schönemann <hannes@…>, 27 years ago
This commit was generated by cvs2svn to compensate for changes in r229, which included commits to RCS files with non-trunk default branches. git-svn-id: file:///usr/local/Singular/svn/trunk@230 2c84dea3-7e68-4137-9b89-c4e89433aadc
  • Property mode set to 100644
File size: 596 bytes
Line 
1// Header file for libfac.a
2// Created by -- makeheader --
3///////////////////////////////////////
4#include <factory.h>
5
6//// Note: second argument for Factorize is for internal use only.
7.INCLUDE factor/Factor.h
8.INCLUDE factor/MVMultiHensel.h
9
10//// Note: InternalSqrFree does only the work needed for factorization.
11.INCLUDE factor/SqrFree.h
12.INCLUDE factor/Truefactor.h
13.INCLUDE factor/class.h
14
15.INCLUDE factor/helpstuff.h
16.INCLUDE factor/tmpl_inst.h
17
18////////////////////////////////////////
19/// from charsets:
20.INCLUDE charset/csutil.h
21.INCLUDE charset/charset.h
22
23.INCLUDE charset/reorder.h
Note: See TracBrowser for help on using the repository browser.