Linear Methods for Image Interpolation
adaptlob.h
Go to the documentation of this file.
00001 
00016 #ifndef _ADAPTLOB_H_
00017 #define _ADAPTLOB_H_
00018 
00019 float AdaptLob(float (*f)(float, const void*), float a, float b,
00020     float Tol, const void *Param);
00021 
00022 #endif /* _ADAPTLOB_H_ */
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Defines