| version 1.11, 2003/11/28 11:10:47 |
version 1.14, 2003/12/11 15:12:35 |
| Line 450 def leastsq(NormMat,ExpMat,Vars,FLAG){ |
|
| Line 450 def leastsq(NormMat,ExpMat,Vars,FLAG){ |
|
| if(nonposdegchk(Res)){ |
if(nonposdegchk(Res)){ |
| TMP1=makeret(Res,Vars,1)$ |
TMP1=makeret(Res,Vars,1)$ |
| if(TMP1[0]==0){ |
if(TMP1[0]==0){ |
| TMP=roundret(TMP1[1]*1.0)$ |
TMP=roundret(TMP1[1])$ |
| if(TMP!=[]) |
if(TMP!=[]) |
| RET=append(RET,wsort(TMP1[1],Vars,TMP,FLAG))$ |
RET=append(RET,wsort(TMP1[1],Vars,TMP,FLAG))$ |
| |
|
| Line 566 def weightr(ExpMat,Vars,PolyListNum,OneMat,FLAG){ |
|
| Line 566 def weightr(ExpMat,Vars,PolyListNum,OneMat,FLAG){ |
|
| |
|
| TMP1=makeret(Res,Vars,1)$ |
TMP1=makeret(Res,Vars,1)$ |
| if(TMP1[0]==0){ |
if(TMP1[0]==0){ |
| TMP=roundret(TMP1[1]*1.0)$ |
TMP=roundret(TMP1[1])$ |
| if(TMP!=[]) |
if(TMP!=[]) |
| RET=append(RET,wsort(TMP1[1],Vars, |
RET=append(RET,wsort(TMP1[1],Vars, |
| TMP,FLAG))$ |
TMP,FLAG))$ |