Changeset d1eca41 in git for kernel/clapsing.cc


Ignore:
Timestamp:
Oct 29, 2009, 5:43:30 PM (14 years ago)
Author:
Hans Schönemann <hannes@…>
Branches:
(u'spielwiese', 'd0474371d8c5d8068ab70bfb42719c97936b18a6')
Children:
24ed65a7b8a94dc730bb3a1a1404579428caf5d9
Parents:
3b9cf64cc4481c348f8e1d222c5e90f75390d920
Message:
*hannes: removed alg_gcd


git-svn-id: file:///usr/local/Singular/svn/trunk@12219 2c84dea3-7e68-4137-9b89-c4e89433aadc
File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/clapsing.cc

    r3b9cf6 rd1eca41  
    33*  Computer Algebra System SINGULAR     *
    44****************************************/
    5 // $Id: clapsing.cc,v 1.46 2009-10-16 10:35:00 Singular Exp $
     5// $Id: clapsing.cc,v 1.47 2009-10-29 16:43:30 Singular Exp $
    66/*
    77* ABSTRACT: interface between Singular and factory
     
    2121#include "clapconv.h"
    2222#include <factor.h>
    23 //CanonicalForm algcd(const CanonicalForm & F, const CanonicalForm & g, const CFList & as, const Varlist & order);
    24 CanonicalForm alg_gcd(const CanonicalForm &, const CanonicalForm &, const CFList &);
    2523#include "ring.h"
    2624
     
    7371        //CanonicalForm F( convSingAPFactoryAP( f,a,r ) ), G( convSingAPFactoryAP( g,a,r ) );
    7472        CanonicalForm F( convSingTrPFactoryP(f,r) ), G( convSingTrPFactoryP(g,r) );
    75         //res= convFactoryAPSingAP( algcd( F, G, as, ord) );
    76         //res= convFactoryAPSingAP( alg_gcd( F, G, as) );
    7773        res= convFactoryAPSingAP( alg_gcd( F, G, as),r );
    7874      }
Note: See TracChangeset for help on using the changeset viewer.