klib icon indicating copy to clipboard operation
klib copied to clipboard

Description is required.

Open zhou13 opened this issue 12 years ago • 1 comments

Hello. I found that the lib is a little hard for me to learn how to use. Most of source code has no comment. I cann't understand the use of most of the library.

For example, how to use double kmin_hj(kmin_f func, int n, double *x, void *data, double r, double eps, int max_calls) ?

If you can finish some minimal document of each function, I will be very appreciate:)

Thanks for your great library!

zhou13 avatar Mar 30 '12 15:03 zhou13

@zhou13 Did you find the Description? It‘s really hard. And I have translated some code, but I could't because kbtree is too hard. Who could expaln to me about " b->t = ((size - 4 - sizeof(void*)) / (sizeof(void*) + sizeof(key_t)) + 1) >> 1; \ "?

huangjuyuan avatar Aug 20 '17 09:08 huangjuyuan