blob: 79dacb92db162835ab094499dada8ec89caee359 (
plain) (
blame)
1
2
3
4
5
6
|
function diff(x,y)
c c.l.lawson and r.j.hanson, jet propulsion laboratory, 1973 june 7
c to appear in 'solving least squares problems', prentice-hall, 1974
diff=x-y
return
end
|