Changeset dc4782 in git for kernel/ideals.cc


Ignore:
Timestamp:
Nov 25, 2013, 4:49:42 PM (10 years ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
98e588265496a69b639a1e37bf39d39134a6df5f
Parents:
7bb7da5db82ebe13b1923654fb861e84c6c3ec65
Message:
chg: factory/libfac is not optional, removing HAVE_FACTORY/HAVE_LIBFAC
File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/ideals.cc

    r7bb7da5 rdc4782  
    23642364#include <polys/clapsing.h>
    23652365
    2366 #ifdef HAVE_FACTORY
    23672366#if 0
    23682367poly id_GCD(poly f, poly g, const ring r)
     
    23982397}
    23992398#endif
    2400 #endif
    24012399
    24022400#if 0
     
    24082406* destroys xx
    24092407*/
    2410 #ifdef HAVE_FACTORY
    24112408ideal id_ChineseRemainder(ideal *xx, number *q, int rl, const ring R)
    24122409{
     
    24682465}
    24692466#endif
    2470 #endif
    24712467/* currently unsed:
    24722468ideal idChineseRemainder(ideal *xx, intvec *iv)
Note: See TracChangeset for help on using the changeset viewer.