Changeset 4e17e7 in git


Ignore:
Timestamp:
Mar 20, 2012, 11:19:49 PM (11 years ago)
Author:
Martin Lee <martinlee84@…>
Branches:
(u'spielwiese', '828514cf6e480e4bafc26df99217bf2a1ed1ef45')
Children:
9ebec2d49d73d2930aed03c7b76f347cbf7537fa
Parents:
fd41465b28006f3fe4da7becb5209c5555151175
git-author:
Martin Lee <martinlee84@web.de>2012-03-20 23:19:49+01:00
git-committer:
Martin Lee <martinlee84@web.de>2012-04-04 14:42:27+02:00
Message:
fix: multi instead of biFactorize
File:
1 edited

Legend:

Unmodified
Added
Removed
  • factory/facFqFactorize.cc

    rfd4146 r4e17e7  
    28202820      Variable v= rootOf (mipo);
    28212821      ExtensionInfo info= ExtensionInfo (v);
    2822       factors= biFactorize (A, info);
     2822      factors= multiFactorize (A, info);
    28232823    }
    28242824    else
     
    28412841                                   source, dest);
    28422842        ExtensionInfo info= ExtensionInfo (v, alpha, imPrimElem, primElem);
    2843         factors= biFactorize (bufA, info);
     2843        factors= multiFactorize (bufA, info);
    28442844      }
    28452845      else
     
    28612861        bufA= mapUp (bufA, beta, v, delta, imPrimElem, source, dest);
    28622862        ExtensionInfo info= ExtensionInfo (v, beta, imPrimElem, delta);
    2863         factors= biFactorize (bufA, info);
     2863        factors= multiFactorize (bufA, info);
    28642864      }
    28652865    }
Note: See TracChangeset for help on using the changeset viewer.