source: git/factory/cf_cyclo.h @ 753fb61

spielwiese
Last change on this file since 753fb61 was 72bfc8, checked in by Martin Lee <martinlee84@…>, 12 years ago
chg: deleted @internal
  • Property mode set to 100644
File size: 639 bytes
Line 
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 *
15**/
16//*****************************************************************************
17
18// #include "config.h"
19
20int* integerFactorizer (const long integer, int& length, bool& fail);
21CanonicalForm cyclotomicPoly (int n, bool& fail);
22bool isPrimitive (const Variable& alpha, bool& fail);
23
24#endif
25
Note: See TracBrowser for help on using the repository browser.