jengelh-datetimespielwiese
Last change
on this file since e4fe2b was
e4fe2b,
checked in by Oleksandr Motsak <motsak@…>, 12 years ago
|
FIX: Fixed huge BUG in cf_gmp.h
CHG: starting to cleanup factory
|
-
Property mode set to
100644
|
File size:
673 bytes
|
Rev | Line | |
---|
[51615d6] | 1 | #ifndef CF_CYCLO_H |
---|
| 2 | #define CF_CYCLO_H |
---|
| 3 | // -*- c++ -*- |
---|
| 4 | //***************************************************************************** |
---|
| 5 | /** @file cf_cyclo.h |
---|
| 6 | * |
---|
| 7 | * @author Martin Lee |
---|
| 8 | * @date 29.01.2010 |
---|
| 9 | * |
---|
| 10 | * Compute cyclotomic polynomials and factorize integers by brute force |
---|
| 11 | * |
---|
| 12 | * @par Copyright: |
---|
| 13 | * (c) by The SINGULAR Team, see LICENSE file |
---|
| 14 | * |
---|
[806c18] | 15 | * @internal |
---|
[51615d6] | 16 | * @version \$Id$ |
---|
| 17 | * |
---|
| 18 | **/ |
---|
| 19 | //***************************************************************************** |
---|
| 20 | |
---|
[e4fe2b] | 21 | // #include "config.h" |
---|
[51615d6] | 22 | |
---|
| 23 | int* integerFactorizer (const long integer, int& length, bool& fail); |
---|
| 24 | CanonicalForm cyclotomicPoly (int n, bool& fail); |
---|
| 25 | bool isPrimitive (const Variable& alpha, bool& fail); |
---|
| 26 | |
---|
| 27 | #endif |
---|
| 28 | |
---|
Note: See
TracBrowser
for help on using the repository browser.