Changeset 4e17e7 in git
- Timestamp:
- Mar 20, 2012, 11:19:49 PM (11 years ago)
- 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
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
factory/facFqFactorize.cc
rfd4146 r4e17e7 2820 2820 Variable v= rootOf (mipo); 2821 2821 ExtensionInfo info= ExtensionInfo (v); 2822 factors= biFactorize (A, info);2822 factors= multiFactorize (A, info); 2823 2823 } 2824 2824 else … … 2841 2841 source, dest); 2842 2842 ExtensionInfo info= ExtensionInfo (v, alpha, imPrimElem, primElem); 2843 factors= biFactorize (bufA, info);2843 factors= multiFactorize (bufA, info); 2844 2844 } 2845 2845 else … … 2861 2861 bufA= mapUp (bufA, beta, v, delta, imPrimElem, source, dest); 2862 2862 ExtensionInfo info= ExtensionInfo (v, beta, imPrimElem, delta); 2863 factors= biFactorize (bufA, info);2863 factors= multiFactorize (bufA, info); 2864 2864 } 2865 2865 }
Note: See TracChangeset
for help on using the changeset viewer.