Changeset 53238a in git
- Timestamp:
- Aug 26, 2018, 11:33:13 AM (5 years ago)
- Branches:
- (u'spielwiese', '2fa36c576e6a4ddbb1093b43c7f8e9835e17e52a')
- Children:
- 1eabfccc017851ee1d256ef319925d2d4a5e35cd
- Parents:
- ee2d4d9162fd2e873069727d177f55017eccc232
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Singular/LIB/primdec.lib
ree2d4d r53238a 1898 1898 if (typeof(rl[1])=="list") 1899 1899 { 1900 if(size(rl[1])==4) 1901 { 1900 1902 list rl1=rl[1]; 1901 1903 list rl2=rl[2]; … … 1907 1909 rl[2]=list(rl2[1..nnp]); 1908 1910 rl[3]=list(list(order,1:nnp),list("C",0)); 1911 } 1912 else /*Float(..), Complex(..) */ 1913 { 1914 list p=rl[1]; 1915 list rl2=rl[2]; 1916 rl[1]=list(p, 1917 list(rl2[nnp+1..nvars(basering)]), 1918 list(list("lp",1:(nvars(basering)-nnp))), 1919 ideal(0)); 1920 rl[2]=list(rl2[1..nnp]); 1921 rl[3]=list(list(order,1:nnp),list("C",0)); 1922 } 1909 1923 } 1910 1924 else
Note: See TracChangeset
for help on using the changeset viewer.