Changeset dea3d2 in git
- Timestamp:
- Jan 7, 2013, 11:35:15 AM (10 years ago)
- Branches:
- (u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', '0d6b7fcd9813a1ca1ed4220cfa2b104b97a0a003')
- Children:
- b962395fa1135487498e89dcab8bd9672d1dc415
- Parents:
- b79fd76a535a05f415a6fd8c00ffbff7f2d2a32d
- git-author:
- Martin Lee <martinlee84@web.de>2013-01-07 11:35:15+01:00
- git-committer:
- Martin Lee <martinlee84@web.de>2013-05-02 11:42:33+02:00
- Files:
-
- 2 added
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
Singular/extra.cc
rb79fd7 rdea3d2 3700 3700 } 3701 3701 else 3702 #ifdef HAVE_FLINT 3703 /*================= absolute factorization ======================*/ 3704 if (strcmp (sys_cmd, "absFact") == 0) 3705 { 3706 if (h!=NULL && (h->Typ()== POLY_CMD)) 3707 { 3708 CanonicalForm F= convSingPFactoryP((poly)(h->Data())); 3709 CFList factors= absFactorize (F); 3710 res->rtyp= INT_CMD; 3711 res->data= (void*) 1; 3712 return FALSE; 3713 } 3714 else return TRUE; 3715 } 3716 else 3717 #endif 3702 3718 #endif 3703 3719 #ifdef ix86_Win -
factory/Makefile.am
rb79fd7 rdea3d2 62 62 DegreePattern.cc \ 63 63 ExtensionInfo.cc \ 64 facAbsFact.cc \ 64 65 facAlgExt.cc \ 65 66 facBivar.cc \ … … 144 145 DegreePattern.h \ 145 146 ExtensionInfo.h \ 147 facAbsFact.h \ 146 148 facAlgExt.h \ 147 149 facBivar.h \ -
factory/factory.template
rb79fd7 rdea3d2 105 105 #include "facIrredTest.h" 106 106 107 /*MAKEHEADER PUBLIC ONLY*/ 108 #include "fac_absfact.h" 109 107 110 #endif /* ! INCL_FACTORY_H */
Note: See TracChangeset
for help on using the changeset viewer.