source: git/libfac/header.tpl @ 18500b

spielwiese
Last change on this file since 18500b was 18500b, checked in by Martin Lee <martinlee84@…>, 12 years ago
chg: moved libfac back
  • Property mode set to 100644
File size: 962 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 const char * libfac_name;
13extern const char * libfac_version;
14extern const char * libfac_date;
15extern const 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.INCLUDE factor/homogfactor.h
29.INCLUDE factor/debug.h
30.INCLUDE factor/timing.h
31
32////////////////////////////////////////
33/// from charsets:
34.INCLUDE charset/csutil.h
35.INCLUDE charset/charset.h
36
37.INCLUDE charset/reorder.h
38
39.INCLUDE charset/algfactor.h
40
41#endif /* FACTOR_H */
Note: See TracBrowser for help on using the repository browser.