Changeset bcab31 in git
- Timestamp:
- Aug 15, 2013, 2:20:40 PM (10 years ago)
- Branches:
- (u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', 'f875bbaccd0831e36aaed09ff6adeb3eb45aeb94')
- Children:
- a088613ebfc450dbca5064ff67a3dc8c546ad428
- Parents:
- 34b5687ce1d29d33b442f1ef36adf16e862d5a6e
- git-author:
- Martin Lee <martinlee84@web.de>2013-08-15 14:20:40+02:00
- git-committer:
- Martin Lee <martinlee84@web.de>2013-08-30 13:48:34+02:00
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Singular/extra.cc
r34b568 rbcab31 3696 3696 else 3697 3697 /*================= absBiFact ======================*/ 3698 if (strcmp(sys_cmd, "abs BiFact") == 0)3698 if (strcmp(sys_cmd, "absFact") == 0) 3699 3699 { 3700 3700 if (h!=NULL) … … 3706 3706 ideal mipos= NULL; 3707 3707 int n= 0; 3708 ideal f=singclap_abs BiFactorize((poly)(h->Data()), mipos, &v, n, currRing);3708 ideal f=singclap_absFactorize((poly)(h->Data()), mipos, &v, n, currRing); 3709 3709 if (f==NULL) return TRUE; 3710 3710 ivTest(v);
Note: See TracChangeset
for help on using the changeset viewer.