Changeset 956535 in git


Ignore:
Timestamp:
Mar 12, 2014, 2:02:08 PM (10 years ago)
Author:
Martin Lee <martinlee84@…>
Branches:
(u'spielwiese', '8e0ad00ce244dfd0756200662572aef8402f13d5')
Children:
115a9a7ad94ec1b8b7411e434ab5de5027c3d68e
Parents:
83c377c9dc46bf696c522964c311d76f58c070c2
git-author:
Martin Lee <martinlee84@web.de>2014-03-12 14:02:08+01:00
git-committer:
Hans Schoenemann <hannes@mathematik.uni-kl.de>2014-03-17 18:31:54+01:00
Message:
chg: make f quasi monic
File:
1 edited

Legend:

Unmodified
Added
Removed
  • factory/libfac/charset/alg_factor.cc

    r83c377 r956535  
    774774    return L;
    775775  }
     776  // after here we are over an extension of a function field
     777
     778
     779  // make quasi monic
     780  CFList Rstarlist= CFList (Rstar);
     781  CanonicalForm numt, dent;
     782  On (SW_RATIONAL);
     783  QuasiInverse (Rstar, LC(f), numt, Rstar.mvar());
     784
     785  f *= numt;
     786  f= Prem (f, Rstarlist);
     787  f /= vcontent (f, Rstar.mvar());
     788  // end quasi monic
    776789
    777790  sqrf_norm(f, Rstar, vminpoly, s, g, R );
Note: See TracChangeset for help on using the changeset viewer.