spielwiese
Last change
on this file since 51e9cb5 was
d4c1d0,
checked in by Jens Schmidt <schmidt@…>, 26 years ago
|
* header.tpl, factor.h, factor/version.cc (libfac_name,
libgac_version, libfac_date, libfac_athur): defined/declared
const
git-svn-id: file:///usr/local/Singular/svn/trunk@1424 2c84dea3-7e68-4137-9b89-c4e89433aadc
|
-
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: |
---|
12 | extern const char * libfac_name; |
---|
13 | extern const char * libfac_version; |
---|
14 | extern const char * libfac_date; |
---|
15 | extern 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.