Interpolation?

D

dave.harper

I'm relativly new to C++, and have been looking for a way to
interpolate data (i.e. a table indexed by 2 arrays, or just an array
indexed by another array). I haven't been able to find an easy way to
do it, other than actually coding the math, which would be a pain
(especially since the indexes aren't equally spaced). Is there a
common library file or something for interpolation?

Thanks in advance!
Dave
 
L

Larry I Smith

I'm relativly new to C++, and have been looking for a way to
interpolate data (i.e. a table indexed by 2 arrays, or just an array
indexed by another array). I haven't been able to find an easy way to
do it, other than actually coding the math, which would be a pain
(especially since the indexes aren't equally spaced). Is there a
common library file or something for interpolation?

Thanks in advance!
Dave

Google on this keyword combo:

c++ interpolation lib

It returns links to several libs - some free.

Larry
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads


Members online

Forum statistics

Threads
473,744
Messages
2,569,483
Members
44,902
Latest member
Elena68X5

Latest Threads

Top