Ignore:
Timestamp:
May 20, 2011, 1:07:49 PM (13 years ago)
Author:
Frank Seelisch <seelisch@…>
Branches:
(u'spielwiese', '17f1d200f27c5bd38f5dfc6e8a0879242279d1d8')
Children:
502f5f6f3100e91a41cf8b3762727582bcdcc2fa
Parents:
09ed7738e7d4dd96c01950a6f0736d8581f333d2
git-author:
Frank Seelisch <seelisch@mathematik.uni-kl.de>2011-05-20 13:07:49+02:00
git-committer:
Mohamed Barakat <mohamed.barakat@rwth-aachen.de>2011-11-09 12:36:13+01:00
Message:
ending tests for alg field ext impl (all tests ok)
File:
1 edited

Legend:

Unmodified
Added
Removed
  • libpolys/polys/ext_fields/algext.cc

    r09ed77 rcfb500  
    437437}
    438438
     439/* IMPORTANT NOTE: Since an algebraic field extension is again a field,
     440                   the gcd of two elements is not very interesting. (It
     441                   is actually any unit in the field, i.e., any non-
     442                   zero element.) Note that the below method does not operate
     443                   in this strong sense but rather computes the gcd of
     444                   two given elements in the underlying polynomial ring. */
    439445number naGcd(number a, number b, const coeffs cf)
    440446{
     
    455461  p_Delete(&theGcd, naRing);
    456462  p_Delete(&mFactor, naRing);
    457   /* printf("naInvers\n");
    458      p_Write((poly)a, naRing);
    459      p_Write(aFactor, naRing); */
    460463  return (number)(aFactor);
    461464}
Note: See TracChangeset for help on using the changeset viewer.