source: git/libfac/header.tpl @ 0479e09

spielwiese
Last change on this file since 0479e09 was 3e55bc, checked in by Hans Schönemann <hannes@…>, 27 years ago
* hannes/michael: libfac 0.2.4 git-svn-id: file:///usr/local/Singular/svn/trunk@377 2c84dea3-7e68-4137-9b89-c4e89433aadc
  • Property mode set to 100644
File size: 829 bytes
Line 
1// Header file for libfac.a
2// Created by -- makeheader --
3///////////////////////////////////////
4#ifndef FACTOR_H
5#define FACTOR_H
6
7#include <factory.h>
8
9.INCLUDE factor/interrupt.h
10
11// some values you can ask for:
12extern char * libfac_name;
13extern char * libfac_version;
14extern char * libfac_date;
15extern char * libfac_author;
16
17//// Note: second argument for Factorize is for internal use only.
18.INCLUDE factor/Factor.h
19.INCLUDE factor/MVMultiHensel.h
20
21//// Note: InternalSqrFree does only the work needed for factorization.
22.INCLUDE factor/SqrFree.h
23.INCLUDE factor/Truefactor.h
24.INCLUDE factor/class.h
25
26.INCLUDE factor/helpstuff.h
27.INCLUDE factor/tmpl_inst.h
28
29////////////////////////////////////////
30/// from charsets:
31.INCLUDE charset/csutil.h
32.INCLUDE charset/charset.h
33
34.INCLUDE charset/reorder.h
35
36#endif /* FACTOR_H */
Note: See TracBrowser for help on using the repository browser.