source: git/factory/cf_cyclo.h @ fbb0173

spielwiese
Last change on this file since fbb0173 was 806c18, checked in by Hans Schoenemann <hannes@…>, 13 years ago
format git-svn-id: file:///usr/local/Singular/svn/trunk@13655 2c84dea3-7e68-4137-9b89-c4e89433aadc
  • Property mode set to 100644
File size: 670 bytes
RevLine 
[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
21#include <config.h>
22
23int* integerFactorizer (const long integer, int& length, bool& fail);
24CanonicalForm cyclotomicPoly (int n, bool& fail);
25bool isPrimitive (const Variable& alpha, bool& fail);
26
27#endif
28
Note: See TracBrowser for help on using the repository browser.