Re: Algorithm for distance from point to function
- From: Thomas Koenig <Thomas.Koenig@xxxxxxxxx>
- Date: Sat, 15 Jul 2006 14:21:38 +0200 (CEST)
Mike.Prager <mike.prager¿@noaa.gov> wrote:
Does there exist any reasonably general algorithm for computer
the distance between the point (x,y) and a function y = f(x)?
Minimize sqrt((xi-x)**2 + (f(xi)-y)**2).
.
- Follow-Ups:
- Re: Algorithm for distance from point to function
- From: glen herrmannsfeldt
- Re: Algorithm for distance from point to function
- References:
- Algorithm for distance from point to function
- From: Mike . Prager
- Algorithm for distance from point to function
- Prev by Date: Re: Portable isfinite for gfortran 4.0.3 and ifort 8.1/9.0
- Next by Date: Re: Portable isfinite for gfortran 4.0.3 and ifort 8.1/9.0
- Previous by thread: Algorithm for distance from point to function
- Next by thread: Re: Algorithm for distance from point to function
- Index(es):