klib
klib copied to clipboard
Description is required.
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 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; \ "?