source: git/factory/facAlgExt.h @ 59a7ca1

spielwiese
Last change on this file since 59a7ca1 was 59a7ca1, checked in by Martin Lee <martinlee84@…>, 14 years ago
added new univariate factorization over algebraic extensions of Q and updated test stats git-svn-id: file:///usr/local/Singular/svn/trunk@13289 2c84dea3-7e68-4137-9b89-c4e89433aadc
  • Property mode set to 100755
File size: 546 bytes
Line 
1// -*- c++ -*-
2//*****************************************************************************
3/** @file facAlgExt.h
4 *
5 * @author Martin Lee
6 * @date
7 *
8 *
9 * @par Copyright:
10 *   (c) by The SINGULAR Team, see LICENSE file
11 *
12 * @internal
13 * @version \$Id$
14 *
15**/
16//*****************************************************************************
17
18#include "assert.h"
19
20#include "canonicalform.h"
21
22CFList AlgExtSqrfFactorize (const CanonicalForm& F, const Variable& alpha);
23CFFList AlgExtFactorize (const CanonicalForm& F, const Variable& alpha);
Note: See TracBrowser for help on using the repository browser.