File:  [Research Unix] / researchv10no / cmd / view2d / num / main.f
Revision 1.1.1.1 (vendor branch): download - view: text, annotated - select for diffs
Tue Apr 24 17:21:35 2018 UTC (8 years, 1 month ago) by root
Branches: belllabs, MAIN
CVS tags: researchv10, HEAD
researchv10 Norman

      real u(3), d(3,3), xyz(3,5), work(25)
      data u / .5, .7, 0 /
      data d / 0., 0., 0.,
     $         1., 0., 1.,
     $         0., 1., 10. /
      data xyz / 0., 0., 0.,
     $           1., 0., 0.,
     $           0., 1., 10.,
     $           0., 2., 20.5,
     $           0., 3., 29.4 /
      call interp(u,d(1,1), d(1,2),d(1,3))
      write(6,1001)u(3)
 1001 format(' interp:',f8.3)
c      call l2fit(5,xyz,u,work)
c      write(6,1002)u
 1002 format(' l2fit:',3f8.3)
      end

unix.superglobalmegacorp.com

This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.