Changeset a85670b in git
- Timestamp:
- Jul 31, 2013, 5:56:30 PM (10 years ago)
- Branches:
- (u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', 'a800fe4b3e9d37a38c5a10cc0ae9dfa0c15a4ee6')
- Children:
- 1dc25bfe4c947265bfcbed07e33e18ee516aa131
- Parents:
- dd8e726c1c4e5b7410c5a9627c9f52be7b122067
- git-author:
- Martin Lee <martinlee84@web.de>2013-07-31 17:56:30+02:00
- git-committer:
- Martin Lee <martinlee84@web.de>2013-08-30 13:48:24+02:00
- Location:
- factory
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
factory/facAbsBiFact.cc
rdd8e72 ra85670b 2 2 * Computer Algebra System SINGULAR 3 3 \*****************************************************************************/ 4 /** @file facAbs Fact.cc4 /** @file facAbsBiFact.cc 5 5 * 6 6 * @author Martin Lee … … 16 16 #include "debug.h" 17 17 18 #include "facAbs Fact.h"18 #include "facAbsBiFact.h" 19 19 #include "facBivar.h" 20 20 #include "facFqBivar.h" -
factory/facAbsBiFact.h
rdd8e72 ra85670b 2 2 * Computer Algebra System SINGULAR 3 3 \*****************************************************************************/ 4 /** @file facAbs Fact.h4 /** @file facAbsBiFact.h 5 5 * 6 6 * bivariate absolute factorization over Q described in "Modular Las Vegas … … 12 12 /*****************************************************************************/ 13 13 14 #ifndef FAC_ABS_ FACT_H15 #define FAC_ABS_ FACT_H14 #ifndef FAC_ABS_BI_FACT_H 15 #define FAC_ABS_BI_FACT_H 16 16 17 17 #include "cf_assert.h" -
factory/factory.template
rdd8e72 ra85670b 107 107 108 108 /*MAKEHEADER PUBLIC ONLY*/ 109 #include "facAbs Fact.h"109 #include "facAbsBiFact.h" 110 110 111 111 #endif /* ! INCL_FACTORY_H */
Note: See TracChangeset
for help on using the changeset viewer.