Linear Methods for Image Interpolation
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros
adaptlob.h
Go to the documentation of this file.
1 
16 #ifndef _ADAPTLOB_H_
17 #define _ADAPTLOB_H_
18 
19 float AdaptLob(float (*f)(float, const void*), float a, float b,
20  float Tol, const void *Param);
21 
22 #endif /* _ADAPTLOB_H_ */