Changeset 810a4af in git
- Timestamp:
- Mar 17, 2009, 6:24:29 PM (14 years ago)
- Branches:
- (u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', 'a800fe4b3e9d37a38c5a10cc0ae9dfa0c15a4ee6')
- Children:
- f6c7c9bc43ac7f628ca2111dce707bc4d2039eac
- Parents:
- 226dd784b9065f0095a26bc8e62d325e5978ad1e
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Singular/LIB/primdec.lib
r226dd7 r810a4af 1 1 /////////////////////////////////////////////////////////////////////////////// 2 version="$Id: primdec.lib,v 1.14 3 2009-03-17 16:50:02Singular Exp $";2 version="$Id: primdec.lib,v 1.144 2009-03-17 17:24:29 Singular Exp $"; 3 3 category="Commutative Algebra"; 4 4 info=" … … 2784 2784 if(size(i)==0) 2785 2785 { 2786 primary=i ,i;2786 primary=ideal(0),ideal(0); 2787 2787 if (abspri) { return(prepare_absprimdec(primary));} 2788 2788 return(primary); … … 2896 2896 } 2897 2897 setring @P; 2898 if (abspri) { return(prepare_absprimdec(imap(gnir,pr)));} 2899 return(imap(gnir,pr)); 2898 primary=imap(gnir,pr); 2899 if (abspri) { return(prepare_absprimdec(primary));} 2900 return(primary); 2900 2901 } 2901 2902 } … … 2995 2996 primary=imap(gnir,primary); 2996 2997 } 2997 if (abspri) { return(prepare_absprimdec(primary));}2998 2998 return(primary); 2999 2999 } … … 3659 3659 primary=cleanPrimary(primary); 3660 3660 } 3661 else { return(prepare_absprimdec(primary));}3662 3661 return(primary); 3663 3662 }
Note: See TracChangeset
for help on using the changeset viewer.