Page 1 of 1

DGELSD and data fitting in fortran

PostPosted: Thu Feb 22, 2007 12:27 pm
by robwok
Hi,

I have a scalar function known by its value for various points. I thought I could use DGELSD to find a "good" polynomial interpolation using less polynoms than points, but it seems not to work for that... am I wrong or is there something else for that kind of purposes in LAPACK ?

thanks