jengelh-datetimespielwiese
Last change
on this file since 16055bd was
16055bd,
checked in by Martin Lee <martinlee84@…>, 11 years ago
|
chg: move libfac into factory
|
-
Property mode set to
100644
|
File size:
962 bytes
|
Rev | Line | |
---|
[1a80b4] | 1 | // Header file for libfac.a |
---|
| 2 | // Created by -- makeheader -- |
---|
| 3 | /////////////////////////////////////// |
---|
[3e55bc] | 4 | #ifndef FACTOR_H |
---|
| 5 | #define FACTOR_H |
---|
| 6 | |
---|
[1a80b4] | 7 | #include <factory.h> |
---|
| 8 | |
---|
[3e55bc] | 9 | .INCLUDE factor/interrupt.h |
---|
| 10 | |
---|
| 11 | // some values you can ask for: |
---|
[d4c1d0] | 12 | extern const char * libfac_name; |
---|
| 13 | extern const char * libfac_version; |
---|
| 14 | extern const char * libfac_date; |
---|
| 15 | extern const char * libfac_author; |
---|
[3e55bc] | 16 | |
---|
[1a80b4] | 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 |
---|
[4a81ec] | 28 | .INCLUDE factor/homogfactor.h |
---|
| 29 | .INCLUDE factor/debug.h |
---|
| 30 | .INCLUDE factor/timing.h |
---|
[1a80b4] | 31 | |
---|
| 32 | //////////////////////////////////////// |
---|
| 33 | /// from charsets: |
---|
| 34 | .INCLUDE charset/csutil.h |
---|
| 35 | .INCLUDE charset/charset.h |
---|
| 36 | |
---|
| 37 | .INCLUDE charset/reorder.h |
---|
[3e55bc] | 38 | |
---|
[4a81ec] | 39 | .INCLUDE charset/algfactor.h |
---|
| 40 | |
---|
[3e55bc] | 41 | #endif /* FACTOR_H */ |
---|
Note: See
TracBrowser
for help on using the repository browser.