NAME

invint2 - Inverse linear interpolation;


SYNOPSIS

call invint(niter,coord,ord,o1,d1,mm,mmov,eps,aa,doprec)


PARAMETERS

niter - integer
      Number of iterations
coord - real(:)
      Coordinates
o1,d1 - real
      First model position and sampling
ord - real(:)
      Data values
mm - real(:)
      Output model
mmov - real(:,:)
      Model movie
eps - real
      Epsilon value if doing preconditioning
aa - type(filter)
      Preconditioning operator
prec - logical
      Whether or not to do preconditioning


DESCRIPTION

Perform inverse linear interpolation


SEE ALSO

the lint1 manpage,the helicon manpage,the polydiv manpage,the solver manpage


LIBRARY

geef90